mirror of
https://github.com/google-map-react/google-map-react.git
synced 2025-12-08 18:26:32 +00:00
58 lines
1.7 KiB
JSON
58 lines
1.7 KiB
JSON
{
|
|
"name": "google-map-react",
|
|
"version": "0.5.4",
|
|
"description": "isomorphic google map react component, allows render react components on the google map",
|
|
"main": "lib/index",
|
|
"scripts": {
|
|
"build:lib": "babel ./src -d lib --ignore '__tests__'",
|
|
"build:umd": "webpack src/index.js dist/GoogleMapReact.js --config webpack.config.dev.js",
|
|
"build:umd:min": "webpack src/index.js dist/GoogleMapReact.min.js --config webpack.config.prod.js",
|
|
"clean": "rimraf lib dist",
|
|
"prepublish": "npm run clean && npm run build:lib && npm run build:umd && npm run build:umd:min",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"babel": "^5.8.23",
|
|
"babel-core": "^5.8.25",
|
|
"babel-loader": "^5.3.2",
|
|
"react": "^0.14.0-rc1",
|
|
"react-dom": "^0.14.0-rc1",
|
|
"rimraf": "^2.4.3",
|
|
"webpack": "^1.12.2"
|
|
}
|
|
}
|