grunt-loadnpmtasks
Version:
A Node module (not a Grunt task itself) to help in loading NPM-based tasks without requiring a "package.json" file next to every Gruntfile. To be used as an alternative to `grunt.loadNpmTasks`/`grunt.task.loadNpmTasks` within large, hierarchical codebases
45 lines (44 loc) • 1.28 kB
JSON
{
"name": "grunt-loadnpmtasks",
"description": "A Node module (not a Grunt task itself) to help in loading NPM-based tasks without requiring a \"package.json\" file next to every Gruntfile. To be used as an alternative to `grunt.loadNpmTasks`/`grunt.task.loadNpmTasks` within large, hierarchical codebases.",
"version": "0.3.4",
"homepage": "https://github.com/JamesMGreene/grunt-loadNpmTasks",
"author": {
"name": "James M. Greene",
"email": "james.m.greene@gmail.com",
"url": "http://greene.io/"
},
"repository": {
"type": "git",
"url": "git://github.com/JamesMGreene/grunt-loadNpmTasks.git"
},
"bugs": {
"url": "https://github.com/JamesMGreene/grunt-loadNpmTasks/issues"
},
"license": "MIT",
"main": "lib/grunt-loadNpmTasks",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "grunt travis --verbose"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"dependencies": {},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"nodeunit": "^0.9.1"
},
"keywords": [
"gruntplugin",
"load",
"task",
"tasks",
"loadNpmTasks"
]
}