-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.22 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": "lottery",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-env": "^1.2.2",
"babel-preset-es2015": "^6.24.0",
"connect-livereload": "^0.6.0",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-if": "^2.0.2",
"gulp-live-server": "0.0.30",
"gulp-livereload": "^3.8.1",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-sequence": "^0.4.6",
"gulp-uglify": "^2.1.0",
"gulp-util": "^3.0.8",
"require-dir": "^0.3.1",
"vinyl-named": "^1.1.0",
"webpack": "^2.2.1",
"webpack-stream": "^3.2.0",
"yargs": "^7.0.2"
},
"main": "app.js",
"devDependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.26.0",
"gulp": "^3.9.1",
"gulp-watch": "^4.3.11",
"jquery": "^3.2.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyccpq/lottery.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hyccpq/lottery/issues"
},
"homepage": "https://github.com/hyccpq/lottery#readme",
"description": ""
}