google-map-react/package.json
Moz Morris e4505e2a6b Merge umd-build branch. This closes #13
commit 8b1ed17602b01c2c63d7c341f6cc70711ff8f925
Author: Moz Morris <moz@earthview.co.uk>
Date:   Sun Jun 28 11:33:40 2015 +0100

    Fixup exports.

commit a64ce1c6fb73fe9dee9f2d0bec38574ad7d1897e
Author: Moz Morris <moz@earthview.co.uk>
Date:   Sun Jun 28 10:42:28 2015 +0100

    [added] bower support
2015-06-29 17:48:37 +01:00

56 lines
1.4 KiB
JSON

{
"name": "google-map-react",
"version": "0.4.0",
"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"
},
"devDependencies": {
"babel": "^5.5.6",
"babel-core": "^5.6.15",
"babel-loader": "^5.2.2",
"react": "^0.13.3",
"webpack": "^1.10.0"
}
}