UNPKG

react-google-maps-sep

Version:
94 lines (93 loc) 2.34 kB
{ "__template__gist__": "https://gist.github.com/tomchentw/368a93bb748ad9d576f1#file-package-json", "name": "react-google-maps-sep", "version": "4.3.2-fix", "description": "React.js Google Maps integration component", "main": "lib/index.js", "files": [ "lib/", "src/", "CHANGELOG.md" ], "scripts": { "clean": "rimraf lib", "prebuild": "npm run lint && npm run clean", "build": "babel src --out-dir lib", "lint": "eslint src", "pretest:cov": "npm run lint", "pretest": "npm run lint", "test:cov": "babel-node ./node_modules/.bin/isparta cover --report lcov _mocha -- $npm_package_config_mocha", "test:watch": "npm test -- --watch", "test": "mocha $npm_package_config_mocha" }, "config": { "mocha": "--compilers js:babel/register ./src/**/__tests__/*.spec.js" }, "repository": { "type": "git", "url": "https://github.com/sergiu-paraschiv/react-google-maps" }, "keywords": [ "React.js", "React", "react-component", "google", "map", "maps", "place", "places", "googlemap", "googlemaps", "google-map", "google-maps", "google map", "google maps", "GoogleMapsMixin", "Map", "Marker", "Polyline", "Polygon", "Circle", "Directions", "InfoWindow", "SearchBox" ], "author": { "name": "tomchentw", "email": "developer@tomchentw.com", "url": "https://github.com/tomchentw" }, "license": "MIT", "bugs": { "url": "https://github.com/tomchentw/react-google-maps/issues" }, "homepage": "https://tomchentw.github.io/react-google-maps/", "devDependencies": { "babel": "^5.8.23", "babel-core": "^5.8.25", "babel-eslint": "^4.1.3", "codeclimate-test-reporter": "^0.1.1", "eslint": "^1.6.0", "eslint-plugin-react": "^3.5.1", "expect": "^1.12.1", "isparta": "^3.1.0", "istanbul": "^0.3.22", "mocha": "^2.3.3", "react": "^0.14.0", "react-dom": "^0.14.0", "rimraf": "^2.4.3", "tomchentw-npm-dev": "^3.1.0" }, "dependencies": { "can-use-dom": "^0.1.0", "google-maps-infobox": "^1.1.13", "invariant": "^2.1.1", "lodash.isequal": "^3.0.4", "scriptjs": "^2.5.8", "warning": "^2.1.0" }, "peerDependencies": { "react": "^0.14.0", "react-dom": "^0.14.0" } }