-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1014 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": "grunt-ffmpeg-libs",
"description": "Grunt task to download ffmpeg libs",
"version": "0.0.1",
"license": "GPL-2.0",
"author": "Luigi Poole",
"repository": {
"type": "git",
"url": "git://github.com/Magics-Group/grunt-ffmpeg-libs.git"
},
"keywords": [
"grunt plugin",
"ffmpeg-libs",
"download",
"grunt-ffmpeg-libs",
"grunt ffmpeg",
"download ffmpeg",
"ffmpeg"
],
"scripts": {
"test": "grunt"
},
"dependencies": {
"bluebird": "^3.0.5",
"decompress-zip": "^0.2.0",
"find-project-root": "^1.1.1",
"graceful-ncp": "^2.0.0",
"lodash": "^3.10.1",
"mkdirp": "^0.5.1",
"needle": "^0.11.0",
"parse-filepath": "^0.6.3",
"progress": "^1.1.8",
"request": "^2.62.0",
"rimraf": "^2.4.3",
"temp": "^0.8.3",
"unzip": "0.1.x"
},
"devDependencies": {
"grunt": "^0.4.0"
}
}