UNPKG

load-grunt-configs

Version:

Loads grunt task configurations from separate files

66 lines (65 loc) 1.54 kB
{ "name": "load-grunt-configs", "description": "Loads grunt task configurations from separate files", "version": "1.0.0", "homepage": "http://creynders.github.io/load-grunt-configs/", "author": { "name": "Camille Reynders", "email": "info@creynders.be", "url": "www.creynders.be" }, "repository": { "type": "git", "url": "git://github.com/creynders/load-grunt-configs.git" }, "bugs": { "url": "https://github.com/creynders/load-grunt-configs/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/creynders/load-grunt-configs/blob/master/LICENSE-MIT" } ], "main": "lib/load-grunt-configs", "scripts": { "test": "grunt nodeunit", "serve:docs": "grunt serve:docs" }, "engines": { "node": ">= 0.10.0" }, "files": [ "lib" ], "devDependencies": { "grunt": "^1.0.1", "grunt-cli": "^1.2.0", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-connect": "^1.0.1", "grunt-contrib-jshint": "^1.0.0", "grunt-contrib-nodeunit": "^1.0.0", "grunt-contrib-watch": "^1.0.0", "grunt-markdown": "^0.7.0", "load-grunt-tasks": "^3.1.0", "minimist": "^1.1.1", "node-uuid": "~1.4.1", "proxyquire": "^1.4.0" }, "peerDependencies": { "grunt": ">=0.4.0" }, "keywords": [ "grunt", "gruntfile", "gruntplugin", "configuration" ], "dependencies": { "cson-parser": "^1.0.9", "inquirer": "^0.8.2", "js-yaml": "^3.2.7", "lodash": "^3.6.0", "rimraf": "^2.3.2" } }