-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
52 lines (52 loc) · 1.04 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "gulp-markdox",
"version": "0.1.2",
"description": "Generate Markdown documentation with markdox",
"keywords": [
"gulpplugin",
"markdox",
"markdown",
"documentation",
"gulp",
"ejs",
"dox"
],
"author": {
"name": "Guilherme Berger",
"email": "[email protected]",
"url": "https://github.com/gberger"
},
"contributors": [
{
"name": "Maciej Chałapuk",
"email": "[email protected]",
"url": "https://github.com/muroc"
}
],
"repository": "gberger/gulp-markdox",
"scripts": {
"test": "mocha"
},
"main": "./index.js",
"dependencies": {
"async": "^2.0.1",
"gulp-util": "~3.0.7",
"markdox": "~0.1.2",
"through2": "*",
"underscore": "^1.8.3"
},
"devDependencies": {
"mocha": "*",
"should": "^11.1.1",
"coffee-script": "^1.11.1",
"tmp": "^0.0.31",
"stream-assert": "~2.0.3",
"funsert": "~0.1.1",
"gulp": "~3.9.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"license": "MIT"
}