-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 958 Bytes
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 958 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
38
39
40
41
42
43
44
45
{
"name": "test",
"version": "1.0.0",
"description": "test",
"main": "program.js",
"scripts": {
"start:server": "node ./server/main.js",
"start:app": "gulp build && http-server ./dist"
},
"babel": {
"presets": [
"es2015"
]
},
"engines": {
"node": "<=9.11.2"
},
"author": "",
"license": "ISC",
"dependencies": {
"bluebird": "^3.4.6",
"craftyjs": "0.7.1",
"express": "^4.14.0",
"jquery": "^3.1.0",
"socket.io": "^1.4.8"
},
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.14.0",
"babel-preset-es2015": "^6.14.0",
"chai": "^3.5.0",
"del": "^2.2.2",
"eslint": "^3.4.0",
"gulp": "^3.9.1",
"gulp-flatten": "^0.3.1",
"gulp-concat": "^2.6.0",
"gulp-eslint": "^3.0.1",
"gulp-pug": "^3.0.4",
"http-server": "^0.11.1",
"mocha": "^3.0.2",
"prettier": "^1.18.2",
"pug": "^2.0.0-beta6",
"run-sequence": "^1.2.2"
}
}