UNPKG

mapmyindia-react

Version:

React map component for mapmyIndia (https://www.mapmyindia.com/api/advanced-maps/doc/interactive-map-api)

39 lines (38 loc) 1.07 kB
{ "name": "mapmyindia-react", "version": "1.0.6", "description": "React map component for mapmyIndia (https://www.mapmyindia.com/api/advanced-maps/doc/interactive-map-api)", "main": "dist/index.js", "scripts": { "build": "babel src -d dist", "build-watch": "babel src -d dist --watch" }, "author": "harish khot", "repository": { "type": "git", "url": "https://github.com/khotharish1207/mapmyindia-react.git" }, "bugs": { "url": "https://github.com/khotharish1207/mapmyindia-react/issues" }, "keywords": [ "mapmyindia", "react", "maps", "Interactive Map" ], "dependencies": { "lodash.isequal": "^4.5.0", "prop-types": "^15.7.2", "react": "^16.10.1" }, "devDependencies": { "@babel/cli": "^7.13.0", "@babel/core": "^7.13.1", "@babel/plugin-proposal-class-properties": "^7.13.0", "@babel/preset-env": "^7.13.5", "@babel/preset-react": "^7.12.13", "babel-loader": "^8.2.2", "babel-plugin-transform-class-properties": "^6.24.1" } }