UNPKG

react-googlemaps

Version:

A declarative React interface to Google Maps

47 lines (46 loc) 1.15 kB
{ "name": "react-googlemaps", "version": "0.4.0", "description": "A declarative React interface to Google Maps", "keywords": [ "react", "react-component", "google maps", "googlemaps", "maps" ], "main": "index.js", "scripts": { "test": "jest", "build-examples": "webpack --devtool inline-source-map", "watch-examples": "webpack --devtool inline-source-map --watch" }, "repository": { "type": "git", "url": "https://github.com/pieterv/react-googlemaps.git" }, "homepage": "https://github.com/pieterv/react-googlemaps", "bugs": "https://github.com/pieterv/react-googlemaps/issues", "author": "Pieter Vanderwerff", "license": "MIT", "devDependencies": { "jest-cli": "^0.1.18", "jsx-loader": "^0.12.2", "react-tools": "^0.12.2", "webpack": "^1.3.7", "react": ">=0.12.1" }, "peerDependencies": { "react": ">=0.12.1", "reactify": ">=0.17.1" }, "jest": { "scriptPreprocessor": "<rootDir>/preprocessor.js", "unmockedModulePathPatterns": [ "<rootDir>/node_modules/react" ] }, "browserify": { "transform": ["reactify"] } }