forked from webrtc/samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 969 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
{
"name": "webrtc-samples",
"version": "1.0.0",
"description": "Project checking for WebRTC GitHub samples repo",
"keywords": [
"webrtc",
"demos",
"samples",
"javascript"
],
"homepage": "https://github.com/webrtc/samples",
"bugs": {
"url": "https://github.com/webrtc/samples/issues"
},
"license": "BSD-3-Clause",
"author": "The WebRTC project authors",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/webrtc/samples.git"
},
"scripts" : {
"postinstall": "cp node_modules/webrtc-adapter-test/adapter.js src/js",
"test": "grunt --verbose"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": ">=0.1.9",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-csslint": ">=0.3.1",
"grunt-contrib-jshint": "^0.10.0",
"grunt-githooks": "^0.3.1",
"grunt-htmlhint": ">=0.4.1",
"grunt-jscs": ">=0.8.1",
"webrtc-adapter-test": "^0.1.0"
}
}