-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (40 loc) · 969 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "gulp-task-listing",
"description": "Adds the ability to provide a task listing for your gulpfile",
"version": "1.1.1",
"homepage": "https://github.com/OverZealous/gulp-task-listing",
"repository": {
"type": "git",
"url": "git://github.com/OverZealous/gulp-task-listing.git"
},
"author": {
"name": "Phil DeJarnett",
"url": "http://overzealous.com/"
},
"main": "./index.js",
"keywords": [
"gulpfriendly"
],
"dependencies": {
"chalk": "^1.1.3"
},
"devDependencies": {
"gulp": "^3.6.2",
"istanbul": "^0.2.8",
"mocha": "^1.18.2",
"mocha-lcov-reporter": "0.0.1",
"mock": "^0.1.1",
"should": "^3.3.1"
},
"scripts": {
"test": "istanbul test _mocha --report html -- test/*.js --reporter spec"
},
"engines": {
"node": ">= 0.8.0"
},
"licenses": "MIT",
"bugs": {
"url": "https://github.com/OverZealous/gulp-task-listing/issues"
},
"_from": "gulp-task-listing@*"
}