forked from webrtc/apprtc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1009 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": "apprtc",
"version": "1.0.0",
"description": "Project checking for AppRTC repo",
"license": "BSD-3-Clause",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/webrtc/apprtc.git"
},
"scripts": {
"test": "grunt"
},
"devDependencies": {
"eslint-config-webrtc": ">=1.0.0",
"grunt": "^1.0.2",
"grunt-cli": ">=0.1.9",
"grunt-closurecompiler-new-grunt": ">=0.0.21",
"grunt-contrib-compress": ">=1.0.0",
"grunt-contrib-csslint": ">=0.3.1",
"grunt-eslint": ">=19.0.0",
"grunt-htmlhint": ">=0.9.12",
"grunt-jinja-new-grunt": ">=0.3.0",
"grunt-shell": ">=1.1.1",
"jasmine-core": "^3.1.0",
"karma": "^2.0.0",
"karma-chrome-launcher": ">=1.0.1",
"karma-cli": ">=1.0.1",
"karma-eslint": ">=2.1.0",
"karma-firefox-launcher": ">=1.0.0",
"karma-jasmine": ">=1.0.2",
"travis-multirunner": "^4.4.1",
"webrtc-adapter": "^6.1.3"
},
"dependencies": {
"pako": "^1.0.6"
}
}