-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 878 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 878 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
{
"name": "angular-meetings-calendar",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"engines": {
"node": "0.12.9",
"npm": "2.14.9"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"ejs": "~2.3.3",
"express": "~4.13.1",
"mongoose": "^4.3.7",
"morgan": "~1.6.1",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bower-task": "^0.4.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-env": "^0.4.4",
"grunt-express-server": "^0.5.2",
"grunt-protractor-runner": "^2.1.2",
"grunt-shell-spawn": "^0.3.10",
"grunt-wiredep": "^2.0.0",
"load-grunt-tasks": "^3.4.0",
"protractor-html-screenshot-reporter": "0.0.21",
"time-grunt": "^1.3.0"
}
}