UNPKG

grunt-available-tasks

Version:
53 lines (52 loc) 1.1 kB
{ "name": "grunt-available-tasks", "description": "List available Grunt tasks & targets.", "version": "0.6.3", "homepage": "https://github.com/ben-eb/grunt-available-tasks", "author": { "name": "Ben Briggs", "email": "beneb.info@gmail.com", "url": "http://beneb.info" }, "repository": "ben-eb/grunt-available-tasks", "bugs": { "url": "https://github.com/ben-eb/grunt-available-tasks/issues" }, "files": [ "lib", "tasks", "LICENSE-MIT", "Gruntfile.js" ], "license": "MIT", "main": "Gruntfile.js", "engines": { "node": ">= 0.10.0" }, "dependencies": { "chalk": "^1.1.1", "lodash": "^4.10.0" }, "devDependencies": { "chai": "^3.5.0", "grunt": "^1.0.0", "grunt-contrib-jshint": "^1.0.0", "grunt-jscs": "^2.1.0", "grunt-lintspaces": "~0.7.3", "grunt-mocha-test": "0.12.7", "load-grunt-tasks": "^3.5.0", "mocha": "^2.4.5" }, "peerDependencies": { "grunt": ">=0.4.0" }, "scripts": { "test": "grunt" }, "keywords": [ "help", "gruntplugin", "list", "tasks" ] }