-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
63 lines (63 loc) · 1.58 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
60
61
62
63
{
"name": "germ-theory",
"version": "0.0.1",
"description": "",
"main": "index.js",
"devDependencies": {
"chai": "^1.9.2",
"expect.js": "^0.3.1",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jsdoc": "^0.5.7",
"grunt-karma": "^0.9.0",
"grunt-mocha-test": "^0.12.2",
"grunt-nodemon": "^0.3.0",
"grunt-npm-install": "^0.1.0",
"grunt-shell": "^1.1.1",
"karma": "^0.12.25",
"karma-chrome-launcher": "^0.1.5",
"karma-cli": "0.0.4",
"karma-jasmine": "^0.1.5",
"karma-mocha": "^0.1.9",
"karma-nested-reporter": "^0.1.1",
"karma-nyan-reporter": "0.0.43",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^1.20.1",
"phantomjs": "^1.9.12",
"request": "^2.47.0",
"should": "^4.1.0",
"sinon": "^1.11.1",
"supertest": "^0.14.0"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.4.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.3",
"ejs": "^1.0.0",
"ejs-locals": "^1.0.2",
"express": "^4.4.5",
"express-helpers": "^1.3.1",
"express-session": "^1.9.1",
"faker": "^2.1.0",
"jwt-simple": "^0.2.0",
"moment": "^2.8.4",
"morgan": "^1.1.1",
"passport": "^0.2.1",
"passport-google-oauth": "^0.1.5",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"pg": "^3.6.2",
"q": "^1.0.1",
"request": "^2.47.0",
"sequelize": "^2.0.0-rc2"
},
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"start": "nodemon server/server.js",
"test": "grunt test"
}
}