forked from Mikhus/gulp-help-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 911 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
41
{
"name": "gulp-help-doc",
"version": "1.1.0",
"description": "Gulp available tasks usage information based on jsdoc-like notations",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/mocha",
"toc": "./node_modules/.bin/markdown-toc -i README.md"
},
"repository": {
"type": "git",
"url": "https://github.com/Mikhus/gulp-help-doc"
},
"keywords": [
"gulp",
"help",
"jsdoc",
"docblock"
],
"author": "Mykhailo Stadnyk <[email protected]>",
"contributors": [
{
"name": "Wojciech Frącz",
"url": "https://github.com/fracz"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Mikhus/gulp-help-doc/issues"
},
"dependencies": {
"chalk": "^1.1.3",
"es6-promise": "~3.2.1"
},
"devDependencies": {
"chai": "^3.5.0",
"gulp": "^3.9.1",
"markdown-toc": "^0.12.16",
"mocha": "^2.5.3"
}
}