react-baidu-map
Version:
react component to work with baidu javascript API which enables you search, pinch and more
38 lines (37 loc) • 943 B
JSON
{
"name": "react-baidu-map",
"version": "1.3.5",
"description": "react component to work with baidu javascript API which enables you search, pinch and more",
"main": "dist/react-baidu-map.js",
"scripts": {
"build": "./node_modules/.bin/webpack",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/weflex/react-baidu-map.git"
},
"keywords": [
"react",
"react-component",
"baidu",
"map",
"mapv"
],
"author": "Yorkie Liu <yorkiefixer@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/weflex/react-baidu-map/issues"
},
"homepage": "https://github.com/weflex/react-baidu-map#readme",
"devDependencies": {
"babel-core": "6.3.26",
"babel-loader": "6.2.0",
"babel-preset-es2015": "6.3.13",
"babel-preset-react": "6.3.13",
"webpack": "1.12.9"
},
"dependencies": {
"react": "0.14.3"
}
}