forked from totolicious/gulp-task-list
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 692 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 692 Bytes
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
{
"name": "gulp-task-list",
"version": "0.0.2",
"description": "Lists gulp tasks and their comments (even if they've been `require-dir`'d)",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/totolicious/gulp-task-list.git"
},
"keywords": [
"gulp",
"task",
"list"
],
"author": "seanpk (forked from Totolicious)",
"license": "MIT",
"bugs": {
"url": "https://github.com/seanpk/gulp-task-list/issues"
},
"homepage": "https://github.com/seanpk/gulp-task-list",
"dependencies": {
"cli-table": "~0.3.0",
"graceful-fs": "~3.0.2",
"gulp-util": "^3.0.1"
},
"devDependencies": {
"gulp": "^3.8.10"
}
}