mapmyindia-react-polyline
Version:
React map component for mapmyIndia (https://www.mapmyindia.com/api/advanced-maps/doc/interactive-map-api)
43 lines (42 loc) • 1.23 kB
JSON
{
"author": "sai venkatesh",
"dependencies": {
"lodash.isequal": "^4.5.0",
"prop-types": "^15.7.2",
"react": "^16.10.1"
},
"deprecated": false,
"description": "React map component for mapmyIndia (https://www.mapmyindia.com/api/advanced-maps/doc/interactive-map-api)",
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.18.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/preset-env": "^7.18.10",
"@babel/preset-react": "^7.18.6",
"babel-cli": "^6.26.0",
"babel-loader": "^8.2.5",
"babel-plugin-transform-class-properties": "^6.24.1"
},
"keywords": [
"mapmyindia",
"react",
"maps",
"Interactive Map"
],
"main": "dist/index.js",
"name": "mapmyindia-react-polyline",
"scripts": {
"build": "babel src -d dist",
"build-watch": "babel src -d dist --watch"
},
"version": "1.0.4",
"repository": {
"type": "git",
"url": "git+https://github.com/SaivenkateshHC/mapmyindia-react-polyline.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/SaivenkateshHC/mapmyindia-react-polyline/issues"
},
"homepage": "https://github.com/SaivenkateshHC/mapmyindia-react-polyline#readme"
}