-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 997 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
42
43
44
45
46
47
{
"name": "grunt-vlc-libs",
"description": "Grunt task to download vlc libs",
"version": "0.0.1",
"license": "GPL-2.0",
"author": "Luigi Poole",
"repository": {
"type": "git",
"url": "git://github.com/Magics-Group/grunt-vlc-libs.git"
},
"keywords": [
"grunt plugin",
"wcjs",
"vlc-libs",
"download",
"grunt-vlc-libs",
"WebChimera",
"grunt WebChimera",
"grunt wcjs",
"download wcjs",
"WebChimera.js",
"vlc"
],
"scripts": {
"test": "grunt"
},
"dependencies": {
"bluebird": "^2.10.0",
"decompress-zip": "^0.2.0",
"find-project-root": "^1.1.1",
"graceful-ncp": "^2.0.0",
"gunzip-maybe": "^1.2.1",
"lodash": "^3.10.1",
"mkdirp": "^0.5.1",
"needle": "^0.10.0",
"parse-filepath": "^0.6.3",
"progress": "^1.1.8",
"request": "^2.62.0",
"rimraf": "^2.4.3",
"tar-fs": "^1.8.1",
"temp": "^0.8.3",
"unzip": "0.1.x"
},
"devDependencies": {
"grunt": "^0.4.0"
}
}