-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
53 lines (53 loc) · 1.41 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
{
"name": "social-scoreboard",
"version": "0.0.0",
"description": "",
"scripts": {
"test": "cucumber.js",
"start": "CONFIG=openshift DEBUG=social-scoreboard* node server/server.js"
},
"main": "server/server.js",
"repository": {
"type": "git",
"url": "[email protected]:IGZJavierPerez/social-scoreboard.git"
},
"author": "IGZJavierPerez <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/IGZJavierPerez/social-scoreboard/issues"
},
"homepage": "https://github.com/IGZJavierPerez/social-scoreboard",
"devDependencies": {
"chai": "~1.9.1",
"cucumber": "^0.4.2",
"file-composer": "^1.0.2",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-cucumberjs": "^0.4.1",
"grunt-env": "^0.4.1",
"grunt-shell": "^1.1.1",
"grunt-vulcanize": "^0.4.1",
"karma": "0.12.16",
"karma-chrome-launcher": "0.1.3",
"karma-cli": "0.0.4",
"karma-mocha": "0.1.3",
"node-fs-extra": "^0.8.1",
"supertest": "^0.13.0"
},
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.8.1",
"debug": "^2.0.0",
"express": "^4.9.0",
"jsonwebtoken": "^1.1.2",
"mongoskin": "^1.4.4",
"passport": "^0.2.1",
"passport-google-oauth": "^0.1.5",
"request": "^2.44.0",
"serve-favicon": "^2.1.3",
"socket.io": "^1.1.0",
"socketio-jwt": "^2.3.5",
"tv4": "^1.1.0",
"bower": "~1.3.12"
}
}