UNPKG

grunt-download-wcjs

Version:

Grunt task to download pre-built WebChimera.js for Electron & NW.JS.

43 lines 1.06 kB
{ "name": "grunt-download-wcjs", "description": "Grunt task to download pre-built WebChimera.js for Electron & NW.JS.", "version": "0.0.2", "license": "GPL-2.0", "author": "Luigi Poole", "repository": { "type": "git", "url": "git://github.com/Magics-Group/grunt-wcjs.git" }, "keywords": [ "grunt plugin", "wcjs", "download", "grunt-wcjs", "WebChimera", "grunt WebChimera", "grunt wcjs", "download wcjs", "WebChimera.js", "vlc" ], "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", "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" } }