-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 947 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
{
"name": "webrtc-ruby",
"version": "1.0.0",
"description": "A webrtc-powered snake game.",
"main": "lib/js/index.js",
"scripts": {
"watch-build": "watchify lib/js/index.js -o public/bundle.js"
},
"repository": {
"type": "git",
"url": "github.com/tomcartwrightuk/webrtc-ruby"
},
"keywords": [
"webrtc",
"peer-to-peer"
],
"author": "Tom Cartwright",
"license": "MIT",
"bugs": {
"url": "https://github.com/tomcartwrightuk/webrtc-ruby/issues"
},
"homepage": "https://github.com/tomcartwrightuk/webrtc-ruby",
"dependencies": {
"browserify": "^8.0.3",
"component-emitter": "^1.2.0",
"debug": "^2.1.3",
"express": "^4.12.3",
"hat": "0.0.3",
"jquery": "^2.1.3",
"newrelic": "^1.21.1",
"sniffr": "^0.1.1",
"socket.io": "^1.3.5",
"socket.io-client": "^1.3.5",
"socket.io-p2p": "~1.2.0",
"socket.io-p2p-server": "~1.1.1",
"watchify": "^2.2.1"
}
}