-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
37 lines (37 loc) · 943 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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://[email protected]/weflex/react-baidu-map.git"
},
"keywords": [
"react",
"react-component",
"baidu",
"map",
"mapv"
],
"author": "Yorkie Liu <[email protected]>",
"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"
}
}