-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.04 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
{
"author": "Cine.io team",
"name": "cineio-peer",
"domains": [
"cine.io"
],
"version": "0.0.9",
"description": "peer client for cine.io",
"scripts": {
"test": "coffeelint src/ test/ && grunt test"
},
"dependencies": {
"attachmediastream": "1.0.1",
"backbone-events-standalone": "0.2.4",
"getusermedia": "1.1.0",
"jsonp": "0.1.0",
"rtcpeerconnection": "2.6.6",
"webrtcsupport": "1.1.0"
},
"devDependencies": {
"async": "0.9.0",
"chai": "1.10.0",
"coffee-script": "1.7.1",
"coffeeify": "1.0.0",
"coffeelint": "1.5.2",
"envify": "3.2.0",
"grunt": "0.4.5",
"grunt-browserify": "3.2.1",
"grunt-cli": "0.1.13",
"grunt-contrib-coffee": "0.12.0",
"grunt-contrib-uglify": "0.6.0",
"grunt-contrib-watch": "0.6.1",
"grunt-mocha": "0.4.11",
"grunt-trimtrailingspaces": "1.1.0",
"mocha": "2.0.1",
"sinon": "1.12.1",
"type-of": "2.0.1"
},
"license": "Copyrighted / All Rights Reserved",
"engines": {
"node": "0.10.x"
},
"private": true
}