-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.19 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
{
"name": "HKJS",
"description": "The official Hong Kong JS website",
"version": "0.0.11",
"dependencies": {
"body-parser": "~1.8.0",
"compression": "~1.0.11",
"connect-flash": "~0.1.1",
"connect-mongo": "~0.4.1",
"cookie-parser": "~1.3.3",
"ejs": "~1.0.0",
"express": "~4.8.8",
"express-ejs-layouts": "^1.1.0",
"express-session": "~1.7.6",
"method-override": "~2.2.0",
"mongoose": "~3.8.15",
"morgan": "~1.3.0",
"passport": "~0.2.1",
"passport-facebook": "~1.0.3",
"passport-google-oauth": "~0.1.5",
"passport-local": "~1.0.0",
"passport-twitter": "~1.0.2",
"socket.io": "~1.1.0"
},
"devDependencies": {
"should": "~4.0.4",
"supertest": "~0.13.0",
"karma": "~0.12.23",
"karma-jasmine": "~0.2.2",
"karma-phantomjs-launcher": "~0.1.4",
"grunt": "~0.4.5",
"grunt-env": "~0.4.1",
"grunt-nodemon": "~0.3.0",
"grunt-mocha-test": "~0.11.0",
"grunt-karma": "~0.9.0",
"grunt-protractor-runner": "~1.1.4",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-csslint": "~0.2.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-concurrent": "~1.0.0",
"grunt-node-inspector": "~0.1.5"
}
}