-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 865 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 865 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
{
"name": "nodejs-test-task",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.17.1",
"cookie-parser": "~1.4.3",
"datatables.net": "^1.10.16",
"datatables.net-bs": "^1.10.16",
"datatables.net-dt": "^1.10.16",
"debug": "~2.6.3",
"ejs": "^2.5.7",
"express": "~4.15.2",
"jade": "~1.11.0",
"jquery": "^3.2.1",
"morgan": "~1.8.1",
"pg": "^7.3.0",
"pg-promise": "^6.5.2",
"random-org": "^0.1.6",
"serve-favicon": "~2.4.2"
},
"devDependencies": {
"babel-preset-env": "^1.6.0",
"babel-register": "^6.26.0",
"grunt": ">= 0.4",
"grunt-cli": ">= 0.1.6",
"grunt-contrib-watch": "~0.3.1",
"grunt-contrib-cssmin": ">=0.5.0",
"grunt-contrib-uglify": ">=0.2.0",
"grunt-contrib-concat": ">=0.1.3"
}
}