react-google-map
Version:
React component to render a Google Map with markers
45 lines (44 loc) • 1.32 kB
JSON
{
"name": "react-google-map",
"version": "3.1.1",
"description": "React component to render a Google Map with markers",
"repository": {
"type": "git",
"url": "git+https://github.com/xuopled/react-google-map.git"
},
"keywords": ["react", "google", "maps", "map", "markers", "googlemaps"],
"author": "Cédric Delpoux <xuopled@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xuopled/react-google-map/issues"
},
"homepage": "https://github.com/xuopled/react-google-map#readme",
"main": "lib/index.js",
"files": ["lib"],
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0"
},
"devDependencies": {
"babel-core": "^6.14.0",
"babel-eslint": "^6.1.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-object-rest-spread": "^6.19.0",
"babel-preset-latest": "^6.14.0",
"babel-preset-react": "^6.16.0",
"eslint": "^3.5.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-react": "^6.2.0",
"node-libs-browser": "^0.5.2",
"webpack": "^1.13.1"
},
"dependencies": {
"prop-types": "^15.6.0"
},
"scripts": {
"clean": "rm -rf lib",
"lint": "eslint src/",
"build": "webpack --progress --colors",
"watch": "webpack --progress --colors --watch",
"prepublish": "npm run clean && npm run build"
}
}