-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
51 lines (51 loc) · 1.49 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "build-webrtc",
"version": "0.1.0",
"description": "Build WebRTC, archive the binaries, and upload them to S3",
"dependencies": {
"colors": "^1.1.2",
"find": "^0.2.4",
"fs-extra": "^0.30.0",
"jake": "^8.0.12",
"tar-fs": "^1.13.0"
},
"scripts": {
"build-webrtc": "jake build-webrtc",
"checkout-depot_tools": "jake checkout-depot_tools",
"checkout-webrtc": "jake checkout-webrtc",
"clean": "jake clean",
"copy-webrtc": "jake copy-webrtc",
"copy-webrtc-headers": "jake copy-webrtc-headers",
"install": "jake",
"lint": "eslint jakelib jakelib/*.jake Jakefile",
"package-webrtc": "jake package-webrtc",
"publish-webrtc": "jake publish-webrtc",
"show-webrtc-branch-head": "jake show-webrtc-branch-head",
"show-webrtc-commit": "jake show-webrtc-commit",
"show-webrtc-tar.gz-name": "jake show-webrtc-tar.gz-name",
"start": "jake",
"write-webrtc-commit": "jake write-webrtc-commit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markandrus/build-webrtc.git"
},
"keywords": [
"WebRTC",
"build",
"S3",
"gclient",
"depot_tools"
],
"author": "Mark Andrus Roberts <markandrusroberts@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/markandrus/build-webrtc/issues"
},
"homepage": "https://github.com/markandrus/build-webrtc#readme",
"devDependencies": {
"eslint": "^2.11.0",
"eslint-config-eslint": "^3.0.0",
"s3": "^4.4.0"
}
}