-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
50 lines (50 loc) · 1.47 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
45
46
47
48
49
50
{
"name": "maptalks.markercluster",
"version": "0.8.8",
"description": "A layer of maptalks to cluster markers.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/maptalks/maptalks.markercluster.git"
},
"main": "dist/maptalks.markercluster.js",
"module": "dist/maptalks.markercluster.es.js",
"jsnext:main": "dist/maptalks.markercluster.es.js",
"scripts": {
"preversion": "npm test",
"version": "gulp minify && git add -A dist",
"lint": "eslint index.js test/**/*.js",
"test": "gulp test",
"pretest": "npm run lint",
"prepublish": "npm run lint && gulp minify",
"dev": "gulp watch",
"build": "gulp minify"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"babel-preset-es2015": "^6.18.0",
"eslint": "^2.4.0",
"eslint-config-maptalks": "^0.2.1",
"eslint-plugin-mocha": "^4.8.0",
"expect-maptalks": "^0.2.5",
"expect.js": "^0.3.1",
"gulp": "^4.0.2",
"happen": "^0.3.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-expect": "^1.1.3",
"karma-expect-maptalks": "^0.1.4",
"karma-firefox-launcher": "^1.0.0",
"karma-happen": "^0.1.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.1",
"maptalks": ">=0.26.3",
"maptalks-build-helpers": "^0.4.4",
"minimist": "^1.2.0",
"mocha": "^2.4.5",
"natives": "^1.1.6",
"rollup-plugin-babel": "^3.0.6"
},
"dependencies": {}
}