grunt-vlc-libs
Version:
Grunt task to download vlc libs
48 lines (47 loc) • 997 B
JSON
{
"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"
}
}