-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
42 lines (42 loc) · 909 Bytes
/
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
{
"name": "headshots",
"description": "Throw the ball at your opponent's face!",
"version": "1.0.0",
"engines": {
"node": ">= 0.10.x"
},
"dependencies": {
"express": "~3.1.1",
"webrtc.io": "0.0.4",
"webrtc.io-client": "0.0.2-3",
"hbs": "1.0.5",
"ws": "~0.4.25",
"machina": "~0.3.4",
"underscore": "~1.4.4",
"node-uuid": "~1.4.0",
"gzippo": "~0.2.0"
},
"main": "server.js",
"scripts": {
"start": "server.js"
},
"repository": {
"type": "git",
"url": "http://github.com/leftlogic/headshots.git"
},
"author": "Remy Sharp",
"licenses": [
{
"type": "MIT",
"url": "http://rem.mit-license.org"
}
],
"devDependencies": {
"supertest": "~0.6.0",
"grunt": "~0.4.1",
"async": "~0.1.22",
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "~0.1.1"
}
}