-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 940 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 940 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
{
"name": "task-manager-node",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "node ./tests/api/index.js"
},
"dependencies": {
"angular": "^1.5.0",
"angular-ui-notification": "^0.1.0",
"angular-ui-router": "^0.2.18",
"angular-utils-pagination": "^0.11.0",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"highcharts": "^4.2.4",
"jade": "~1.11.0",
"jquery": "^2.2.1",
"materialize-css": "^0.97.5",
"mongodb": "~1.4",
"monk": "^1.0.1",
"morgan": "~1.6.1",
"ng-dialog": "^0.5.9",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.0",
"gulp-sass": "^2.2.0",
"supertest": "^1.2.0",
"tape": "^4.5.1"
},
"engines": {
"node": "5.4.0"
}
}