UNPKG

grunt-springroll

Version:
52 lines (51 loc) 1.26 kB
{ "name": "grunt-springroll", "version": "0.8.0", "description": "Tasks building SpringRoll projects", "main": "./libs/index.js", "author": { "name": "Matt Karl", "email": "matt@cloudkid.com" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/SpringRoll/grunt-springroll" }, "dependencies": { "grunt": "~0.4.5", "grunt-bower-task": "~0.4.0", "grunt-concat-json": "^0.0.10", "grunt-contrib-clean": "~0.7.0", "grunt-contrib-concat": "~0.5.1", "grunt-contrib-connect": "~0.11.2", "grunt-contrib-copy": "~0.8.0", "grunt-contrib-jshint": "~0.11.0", "grunt-contrib-less": "~1.1.0", "grunt-contrib-watch": "~0.6.1", "grunt-newer": "^1.1.1", "grunt-simple-version": "~0.2.0", "grunt-springroll-helper": "~0.1.1", "grunt-terser": "^1.0.0", "grunt-text-replace": "~0.4.0", "load-grunt-config": "~0.19.0", "lodash": "~3.10.0", "prompt": "~0.2.13", "semver": "~5.0.1" }, "keywords": [ "gruntplugin", "template", "game", "springroll", "build" ], "scripts": { "test": "grunt test --verbose" }, "readmeFilename": "README.md", "bugs": { "url": "https://github.com/SpringRoll/grunt-springroll/issues" }, "homepage": "https://github.com/SpringRoll/grunt-springroll" }