forked from webrtc/samples
-
Notifications
You must be signed in to change notification settings - Fork 37
/
package.json
40 lines (40 loc) · 1.07 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
{
"name": "webrtc-samples",
"version": "1.0.0",
"description": "Project checking for WebRTC GitHub samples repo",
"keywords": [
"webrtc",
"demos",
"samples",
"javascript"
],
"homepage": "https://github.com/Temasys/Google-WebRTC-Samples",
"bugs": {
"url": "https://github.com/Temasys/Google-WebRTC-Samples/issues"
},
"license": "BSD-3-Clause",
"author": "The WebRTC project authors",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/Temasys/Google-WebRTC-Samples.git"
},
"scripts": {
"postinstall": "cp node_modules/webrtc-adapter-test/adapter.js src/js",
"test": "grunt && start-tests | faucet"
},
"devDependencies": {
"express": "^4.13.3",
"faucet": "0.0.1",
"grunt": "^0.4.5",
"grunt-cli": ">=0.1.9",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-csslint": ">=0.3.1",
"grunt-eslint": "^17.2.0",
"grunt-githooks": "^0.3.1",
"grunt-htmlhint": ">=0.9.12",
"pem": "^1.8.1",
"webrtc-adapter-test": "^0.2.1",
"webrtc-utilities": ">=0.0.1"
}
}