-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 933 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
{
"name": "rtc-validator",
"version": "1.2.3",
"description": "Validation routines for WebRTC",
"main": "index.js",
"scripts": {
"test": "browserify test/all.js | broth start | tap-spec",
"gendocs": "gendocs > README.md"
},
"repository": {
"type": "git",
"url": "https://github.com/rtc-io/rtc-validator.git"
},
"keywords": [
"webrtc",
"rtc.io",
"validation"
],
"author": "Damon Oehlman <[email protected]>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/rtc-io/rtc-validator/issues"
},
"homepage": "https://github.com/rtc-io/rtc-validator",
"devDependencies": {
"broth": "^2.1.1",
"browserify": "^11.0.0",
"tap-spec": "^4.0.2",
"tape": "^2.14.0",
"testling": "^1.7.0",
"travis-multirunner": "^4.6.0"
},
"testling": {
"files": "test/all.js"
},
"dependencies": {
"cog": "^1.0.0",
"reu": "^1.1.0"
}
}