123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "name": "gulp-help",
- "version": "1.6.1",
- "description": "Adds a default help task to gulp and provides the ability to add custom help messages to your gulp tasks",
- "main": "index.js",
- "scripts": {
- "test": "mocha"
- },
- "keywords": [
- "gulp",
- "help",
- "tasks",
- "list",
- "gulpfriendly"
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/chmontgomery/gulp-help"
- },
- "bugs": {
- "url": "https://github.com/chmontgomery/gulp-help/issues"
- },
- "author": {
- "name": "Chris Montgomery",
- "email": "chr.montgomery@gmail.com",
- "url": "http://www.chrismontgomery.info/"
- },
- "contributors": [
- {
- "name": "Chris Montgomery",
- "url": "http://www.chrismontgomery.info/"
- },
- {
- "name": "Sascha Depold",
- "url": "http://depold.com"
- },
- {
- "name": "Scott Silvi",
- "url": "https://github.com/scottsilvi"
- },
- {
- "name": "Fede Ramirez",
- "url": "http://2fd.github.io/"
- },
- {
- "name": "Kent C. Dodds",
- "url": "https://github.com/kentcdodds"
- },
- {
- "name": "Rui Marinho",
- "url": "https://github.com/ruimarinho"
- },
- {
- "name": "Jacek Tomaszewski",
- "url": "https://github.com/jtomaszewski"
- },
- {
- "name": "MrFusion42",
- "url": "https://github.com/MrFusion42"
- },
- {
- "name": "Jordi Dosne",
- "url": "https://github.com/JiDai"
- },
- {
- "name": "yeojz",
- "url": "https://github.com/yeojz"
- }
- ],
- "engines": {
- "node": ">= 0.10"
- },
- "license": "MIT",
- "dependencies": {
- "chalk": "^1.0.0",
- "object-assign": "^3.0.0"
- },
- "devDependencies": {
- "mocha": "^2.2.5",
- "should": "^6.0.3",
- "sinon": "^1.14.1"
- }
- }
|