UNPKG

805 BJSONView Raw
1{
2 "name": "gulp-help",
3 "version": "0.0.8",
4 "description": "Adds help task to gulp and the ability to provide help text to your custom gulp tasks",
5 "main": "index.js",
6 "scripts": {
7 "test": "gulp test"
8 },
9 "keywords": [
10 "gulp",
11 "help",
12 "tasks",
13 "list",
14 "gulpfriendly",
15 "gulpplugin"
16 ],
17 "repository": "chmontgomery/gulp-help",
18 "author": {
19 "name": "Chris Montgomery",
20 "email": "chr.montgomery@gmail.com",
21 "url": "http://www.chrismontgomery.info/"
22 },
23 "engines": {
24 "node": ">= 0.9"
25 },
26 "license": "MIT",
27 "dependencies": {
28 "gulp-util": "^2.2.14"
29 },
30 "devDependencies": {
31 "gulp": "^3.6.0",
32 "gulp-mocha": "^0.4.1",
33 "should": "^3.3.0",
34 "sinon": "^1.9.1",
35 "gulp-jshint": "^1.5.3",
36 "jshint-stylish": "^0.1.5"
37 }
38}