forked from butorenjin/easyrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.78 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
57
58
59
60
61
62
63
64
65
66
67
{
"name": "easyrtc",
"version": "1.1.0",
"homepage": "http://www.easyrtc.com/",
"author": "Priologic Software Inc. <[email protected]> (http://priologic.com/)",
"description": "EasyRTC enables quick development of webRTC",
"contributors": [
"Doug Pelton <[email protected]>",
"Rod Apeldoorn <[email protected]>",
"Eric Davies <[email protected]>",
"Harold Thetiot <[email protected]>"
],
"keywords": [
"webRTC",
"easy",
"EasyRTC",
"RTC",
"server"
],
"repository": {
"type": "git",
"url": "https://github.com/priologic/easyrtc.git"
},
"bugs": {
"url": "https://github.com/priologic/easyrtc/issues"
},
"main": "index",
"dependencies": {
"async": "0.2.x",
"colors": "*",
"underscore": "1.5.x"
},
"analyze": false,
"license": "BSD-2-Clause",
"engines": {
"node": ">=0.8"
},
"devDependencies": {
"fs": "0.0.2",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-csslint": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-requirejs": "^1.0.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-file-info": "^1.0.10",
"grunt-htmlhint": "^0.9.13",
"grunt-jsdoc": "^2.0.0",
"grunt-karma": "^1.0.0",
"jasmine-core": "^2.4.1",
"jsdoc-oblivion": "0.0.4",
"karma": "^0.13.22",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-requirejs": "^1.0.0",
"phantomjs-prebuilt": "^2.1.7",
"requirejs": "^2.2.0",
"strip-json-comments": "^2.0.1",
"time-grunt": "^1.3.0"
}
}