forked from googlearchive/ChromeWebLab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.44 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
54
55
56
{
"name": "ChromeWebLab",
"version": "0.0.0",
"description": "The Chrome Web Lab for Makers, Hackers and everyone",
"main": "Gruntfile.js",
"homepage": "http://github.com/GoogleChrome/ChromeWebLab",
"repository": {
"type": "git",
"url": "http://github.com/GoogleChrome/ChromeWebLab.git"
},
"bugs": {
"url": "http://github.com/GoogleChrome/ChromeWebLab/issues"
},
"licenses": [
{
"type": "Apache2",
"url": "https://github.com/GoogleChrome/ChromeWebLab/blob/master/LICENSE.txt"
}
],
"readmeFilename": "README.md",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-jsbeautifier": "~0.2.0",
"browserify": "~2.26.0",
"request": "~2.26.0",
"uglify-js": "~2.3.6",
"express": "~3.3.5",
"webrtcsupport": "~0.5.0",
"getusermedia": "~0.2.1",
"getscreenmedia": "~0.2.1",
"attachmediastream": "~1.0.1",
"rtcpeerconnection": "~0.3.2",
"wildemitter": "0.0.5",
"hark": "~0.1.1",
"url": "~0.7.9",
"net": "~1.0.0",
"crypto": "0.0.3",
"events": "~0.5.0",
"yetify": "~0.1.0",
"getconfig": "0.0.5",
"node-uuid": "~1.4.0",
"socket.io": "~0.9.16",
"mootools": "~1.4.5-2",
"process": "~0.5.1",
"loggly": "~0.3.11",
"util": "~0.4.9",
"sys": "0.0.1",
"streamlogger": "0.0.1",
"querystring": "~0.2.0",
"path": "~0.4.9",
"restler": "~2.0.1",
"serialport": "~1.1.3",
"node-nxt": "0.0.1",
"canvas": "~1.1.0"
}
}