-
Notifications
You must be signed in to change notification settings - Fork 136
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 996 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 996 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
{
"name": "lottery",
"version": "1.0.0",
"description": "移动端抽奖插件[大转盘,老虎机,刮刮卡]",
"main": "./dist/lottery.js",
"scripts": {
"dev": "NODE_ENV=development node build/index.js",
"release": "NODE_ENV=production node build/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/94cstyles/lottery.git"
},
"author": "cstyles",
"license": "ISC",
"bugs": {
"url": "https://github.com/94cstyles/lottery/issues"
},
"homepage": "https://github.com/94cstyles/lottery#readme",
"devDependencies": {
"babel-preset-es2015-loose-rollup": "^7.0.0",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-html": "^2.0.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-uglify": "^1.0.2"
}
}