-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
44 lines (44 loc) · 1.11 KB
/
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
38
39
40
41
42
43
44
{
"name": "bmaplib.markerclusterer",
"version": "1.0.12",
"description": "A library of Baidu Map JS API",
"main": "index.common.js",
"module": "index.esm.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Dafrok/BMapLib.MarkerClusterer.git"
},
"keywords": [
"baidu",
"baidu-map",
"marker cluster",
"marker",
"cluster"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Dafrok/BMapLib.MarkerClusterer/issues"
},
"homepage": "https://github.com/Dafrok/BMapLib.MarkerClusterer#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-core": "^6.9.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015-rollup": "^1.1.1",
"babel-runtime": "^6.26.0",
"rollup": "^1.21.4",
"rollup-plugin-babel": "^2.4.0",
"rollup-plugin-commonjs": "^2.2.1",
"rollup-plugin-node-resolve": "^1.5.0",
"rollup-plugin-replace": "^1.2.1"
},
"dependencies": {
"bmaplib.texticonoverlay": "^1.0.2"
}
}