forked from Ivshti/wcjs-prebuilt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 972 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
41
{
"name": "wcjs-prebuilt",
"version": "3.0.1",
"description": "Install WebChimera.js pre-built binaries via npm",
"main": "index.js",
"scripts": {
"postinstall": "node install.js",
"cache-clean": "rm -rf bin"
},
"repository": {
"type": "git",
"url": "http://github.com/Ivshti/wcjs-prebuilt"
},
"keywords": [
"webchimera",
"webchimera.js",
"vlc",
"prebuilt"
],
"author": "Ivo Georgiev",
"license": "MIT",
"bugs": {
"url": "https://github.com/Ivshti/wcjs-prebuilt/issues"
},
"homepage": "https://github.com/Ivshti/wcjs-prebuilt",
"dependencies": {
"bluebird": "^2.10.0",
"decompress-zip": "^0.2.0",
"find-project-root": "^1.1.1",
"fs-extra": "^0.30.0",
"gunzip-maybe": "^1.2.1",
"lodash": "^3.10.1",
"needle": "^0.10.0",
"parse-filepath": "^0.6.3",
"progress": "^1.1.8",
"request": "^2.62.0",
"tar-fs": "^1.8.1",
"temp": "^0.8.3",
"unzip": "0.1.x"
}
}