google-map-react/package.json
2015-10-03 19:20:59 +03:00

62 lines
1.8 KiB
JSON

{
"name": "google-map-react",
"version": "0.5.9",
"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": {
"babel-eslint": "^4.1.3",
"eslint": "^1.6.0",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.5.1",
"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"
}
}