-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1011 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 1011 Bytes
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": "snap-china-map",
"version": "1.0.0",
"description": "A china map plugin by Snap.svg",
"main": "./dist/snap-china-map.min.js",
"scripts": {
"start": "npm run dev && npm run prod",
"dev": "rollup -c rollup.config.js",
"prod": "rollup -c rollup.config.js --environment build:production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/youngluo/snap-chinaMap.git"
},
"keywords": [
"snap",
"china",
"map"
],
"author": "Young Luo",
"license": "MIT",
"bugs": {
"url": "https://github.com/youngluo/snap-chinaMap/issues"
},
"homepage": "https://github.com/youngluo/snap-chinaMap#readme",
"devDependencies": {
"babel-preset-latest": "^6.24.1",
"cssnano": "^3.10.0",
"rollup": "^0.43.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-conditional": "^1.1.1",
"rollup-plugin-license": "^0.4.0",
"rollup-plugin-postcss": "^0.5.3",
"rollup-plugin-uglify": "^2.0.1",
"snapsvg": "^0.5.1"
}
}