-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 871 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 871 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
{
"name": "agenda",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"cookie-session": "~1.1.0",
"debug": "~2.0.0",
"express": "~4.9.0",
"mongoose": "3.8.x",
"morgan": "~1.3.0",
"passport": "0.2.x",
"passport-local": "1.0.x",
"passport-local-mongoose": "1.0.x",
"serve-favicon": "~2.1.3",
"swig": "~1.4.2"
},
"main": "app.js",
"devDependencies": {
"angular-mocks": "1.2.28",
"chai": "^1.10.0",
"chai-as-promised": "^4.1.1",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-firefox-launcher": "^0.1.4",
"karma-mocha": "^0.1.10",
"mocha": "^2.1.0",
"protractor": "^1.6.1"
},
"author": "Jose Balado",
"license": "MIT"
}