grunt-loadnpmtasks
Advanced tools
Comparing version
@@ -0,0 +0,0 @@ /* |
{ | ||
"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.3", | ||
"version": "0.3.4", | ||
"homepage": "https://github.com/JamesMGreene/grunt-loadNpmTasks", | ||
@@ -18,11 +18,6 @@ "author": { | ||
}, | ||
"licenses": [ | ||
{ | ||
"type": "MIT", | ||
"url": "https://github.com/JamesMGreene/grunt-loadNpmTasks/blob/master/LICENSE-MIT" | ||
} | ||
], | ||
"license": "MIT", | ||
"main": "lib/grunt-loadNpmTasks", | ||
"engines": { | ||
"node": ">= 0.8.0" | ||
"node": ">=0.10.0" | ||
}, | ||
@@ -33,11 +28,11 @@ "scripts": { | ||
"peerDependencies": { | ||
"grunt": "0.4.x" | ||
"grunt": ">=0.4.0" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"grunt": "~0.4.1", | ||
"grunt-contrib-jshint": "~0.7.1", | ||
"grunt-contrib-nodeunit": "~0.2.2", | ||
"grunt-contrib-watch": "~0.2.0", | ||
"nodeunit": "~0.8.1" | ||
"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" | ||
}, | ||
@@ -44,0 +39,0 @@ "keywords": [ |
@@ -0,0 +0,0 @@ # grunt-loadNpmTasks [](http://travis-ci.org/JamesMGreene/grunt-loadNpmTasks) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7288
-21.88%5
-44.44%88
-46.01%