mirror of
https://github.com/google-map-react/google-map-react.git
synced 2025-12-08 18:26:32 +00:00
56 lines
1.4 KiB
JSON
56 lines
1.4 KiB
JSON
{
|
|
"name": "google-map-react",
|
|
"version": "0.5.2",
|
|
"description": "isomorphic google map react component, allows render react components on the google map",
|
|
"main": "lib/index",
|
|
"scripts": {
|
|
"build": "./scripts/build.sh",
|
|
"prepublish": "npm run build",
|
|
"eyetest": "babel-node ./src/__tests__/eye_test.js",
|
|
"es5eyetest": "node ./lib/__tests__/eye_test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/istarkov/google-map-react.git"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"reactjs",
|
|
"google",
|
|
"map",
|
|
"maps",
|
|
"isomorphic",
|
|
"render",
|
|
"component",
|
|
"javascript",
|
|
"react-component"
|
|
],
|
|
"author": "istarkov https://github.com/istarkov",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/istarkov/google-map-react/issues"
|
|
},
|
|
"homepage": "https://github.com/istarkov/google-map-react#readme",
|
|
"dependencies": {
|
|
"eventemitter3": "^1.1.0",
|
|
"lodash.assign": "^3.2.0",
|
|
"lodash.isfunction": "^3.0.5",
|
|
"lodash.isnumber": "^3.0.1",
|
|
"lodash.isplainobject": "^3.1.0",
|
|
"lodash.pick": "^3.1.0",
|
|
"point-geometry": "0.0.0",
|
|
"react-pure-render": "^1.0.1",
|
|
"scriptjs": "^2.5.7"
|
|
},
|
|
"peerDependencies": {
|
|
"react": ">=0.13.0 <0.15.0 || ^0.14.0-beta1"
|
|
},
|
|
"devDependencies": {
|
|
"babel": "^5.5.6",
|
|
"babel-core": "^5.6.15",
|
|
"babel-loader": "^5.2.2",
|
|
"react": "^0.13.3",
|
|
"webpack": "^1.10.0"
|
|
}
|
|
}
|