forked from webrtc/test-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 839 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 839 Bytes
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
{
"name": "test-pages",
"description": "Test pages",
"keywords": [
"webrtc",
"demos",
"samples",
"javascript"
],
"homepage": "https://github.com/webrtc/test-pages",
"bugs": {
"url": "https://github.com/webrtc/test-pages/issues"
},
"license": "BSD-3-Clause",
"author": "The WebRTC project authors",
"main": "index.html",
"repository": {
"type": "git",
"url": "https://github.com/webrtc/test-pages.git"
},
"scripts": {
"test": "grunt",
"postinstall": "grunt githooks"
},
"devDependencies": {
"eslint-config-webrtc": ">=1.0.0",
"express": "^4.14.1",
"grunt": ">=0.4.5",
"grunt-cli": ">=0.1.9",
"grunt-contrib-csslint": ">=0.3.1",
"grunt-eslint": ">=17.2.0",
"grunt-githooks": ">=0.3.1",
"grunt-htmlhint": ">=0.9.12",
"pem": ">=1.9.4"
}
}