react-google-maps
Version:
React.js Google Maps integration component
78 lines (77 loc) • 1.84 kB
JSON
{
"__template__gist__": "https://gist.github.com/tomchentw/368a93bb748ad9d576f1#file-package-json",
"name": "react-google-maps",
"version": "1.1.2",
"description": "React.js Google Maps integration component",
"main": "lib/index.js",
"scripts": {
"build": "rm -rf ./lib && babel --stage=1 ./src --out-dir ./lib",
"build_client": "cd examples/gh-pages && npm i && npm run build_client",
"dev": "cd examples/gh-pages && npm i && npm run dev",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/tomchentw/react-google-maps"
},
"keywords": [
"React.js",
"React",
"react-component",
"google",
"map",
"maps",
"googlemap",
"googlemaps",
"google-map",
"google-maps",
"google map",
"google maps",
"GoogleMapsMixin",
"Map",
"Marker",
"Polyline",
"Polygon",
"Circle",
"Directions",
"InfoWindow"
],
"author": {
"name": "tomchentw",
"email": "developer@tomchentw.com",
"url": "https://github.com/tomchentw"
},
"license": {
"type": "MIT",
"url": "http://tomchentw.mit-license.org"
},
"bugs": {
"url": "https://github.com/tomchentw/react-google-maps/issues"
},
"homepage": "https://tomchentw.github.io/react-google-maps/",
"devDependencies": {
"babel": "^5.1.13",
"babel-core": "^5.1.13",
"jest-cli": "^0.4.0",
"tomchentw-npm-dev": "^1.2.0"
},
"dependencies": {
"react": "^0.13.0"
},
"peerDependencies": {
"react": "^0.13.0"
},
"jest": {
"scriptPreprocessor": "<rootDir>/node_modules/babel-jest",
"testPathDirs": [
"<rootDir>/src"
],
"testPathIgnorePatterns": [
"/node_modules/",
"<rootDir>/node_modules/"
],
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react"
]
}
}