-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 959 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 959 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
{
"name": "regex-game",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node --inspect ./bin/www",
"lint": "eslint public/js/*.js --ignore-pattern public/js/*.min.js --ignore-pattern public/js/bower.js || exit 0"
},
"description": "regexGame",
"author": {
"name": "Caleb"
},
"dependencies": {
"express": "~4.9.0",
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"morgan": "~1.3.0",
"serve-favicon": "~2.1.3",
"debug": "~2.0.0",
"jade": "~1.6.0",
"stylus": "0.42.3",
"bootstrap": "^3.3.7",
"jquery": "^3.1.0",
"jquery-ui": "^1.12.0",
"socket.io": "~1.7.0"
},
"devDependencies": {
"@types/jquery": "^3.2.6",
"@types/socket.io": "^1.4.29",
"eslint": "^3.11.0",
"grunt": "^1.0.1",
"grunt-bower-concat": "^1.0.0",
"grunt-contrib-uglify": "^2.0.0",
"gulp-gzip": "^1.4.0",
"gulp-sourcemaps": "^1.9.1",
"gulp-uglify": "^2.0.0"
}
}