-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.43 KB
/
package.json
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "test-ang",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "mocha --timeout 7500 server/**/*.spec.js",
"start": "node server.js"
},
"engines": {
"node": "4.5.0",
"npm": "3.10.6"
},
"author": "",
"license": "ISC",
"devDependencies": {
"angular-mocks": "^1.5.7",
"bardjs": "^0.1.8",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-filter": "^4.0.0",
"gulp-inject": "^4.1.0",
"gulp-sass": "^2.3.2",
"gulp-watch": "^4.3.8",
"jasmine-core": "^2.4.1",
"karma": "^1.1.1",
"karma-chrome-launcher": "^1.0.1",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2",
"karma-sinon": "^1.0.5",
"main-bower-files": "^2.13.1",
"mocha": "^3.1.2",
"monkeypatch": "^1.0.0",
"rewire": "^2.5.2",
"sinon": "^1.17.6",
"sinon-mongoose": "^1.3.0"
},
"dependencies": {
"body-parser": "^1.15.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "^1.4.3",
"crypto": "0.0.3",
"ejs": "^2.5.2",
"express": "^4.14.0",
"express-session": "^1.14.1",
"html": "^1.0.0",
"lodash": "^4.17.4",
"mongoose": "^4.6.2",
"nodemailer": "0.7.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"q": "^1.4.1"
}
}