-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 953 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": "chix-webrtc",
"description": "WebRTC for Chiχ",
"author": "Rob Halff <[email protected]>",
"version": "0.0.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nodule/webrtc.git"
},
"engines": {
"node": ">=0.6.0"
},
"scripts": {
"test": "chit -r",
"deploy": "gh-pages-deploy",
"clean-source": "rimraf README.md graphs package.json nodes example .x.cache"
},
"dependencies": {
"webrtc": "1.11.6",
"hark": "1.1.1",
"getusermedia": "1.1.0",
"attachmediastream": "1.0.1"
},
"devDependencies": {
"chit": "0.x.x",
"chix-flow": "^0.10.5",
"chix-monitor-npmlog": "0.0.5",
"gh-pages-deploy": "^0.4.0",
"handlebars": "^2.0.0",
"rimraf": "^2.5.0"
},
"chix": {
"name": "webrtc",
"color": "rgb(25,116,136)"
},
"gh-pages-deploy": {
"staticpath": "example",
"post": ["clean-source"],
"noprompt": true
}
}