grunt-springroll-download
Version:
> Download and extract games from SpringRoll Connect.
39 lines (38 loc) • 862 B
JSON
{
"name": "grunt-springroll-download",
"repository": {
"type": "git",
"url": "https://github.com/SpringRoll/grunt-springroll-download"
},
"version": "0.1.0",
"main": "./tasks/springroll.js",
"author": {
"name": "Matt Karl",
"email": "matt@cloudkid.com"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.2"
},
"keywords": [
"gruntplugin",
"request",
"springroll",
"games"
],
"scripts": {
"test": "grunt test --verbose"
},
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/SpringRoll/grunt-springroll-download/issues"
},
"homepage": "https://github.com/SpringRoll/grunt-springroll-download",
"dependencies": {
"async": "^1.2.1",
"colors": "^1.1.2",
"download": "^4.1.2",
"mkdirp": "^0.5.1",
"request": "^2.55.0"
}
}