-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 927 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-typedoc-extractor",
"version": "0.0.8",
"description": "A post processor to extract a module from gulp-typedoc json output.",
"dependencies": {
"gulp-util": "~3.0.1",
"istextorbinary": "1.0.2",
"nconf": "~0.6.9",
"readable-stream": "^2.0.1",
"replacestream": "^4.0.0",
"through2": "~0.6.1"
},
"devDependencies": {
"gulp": "~3.8.7",
"concat-stream": "^1.5.0",
"mocha": "^2.1.0",
"should": "^7.0.1",
"vinyl": "^0.5.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/cmichaelgraham/gulp-typedoc-extractor.git"
},
"keywords": [
"gulpplugin",
"typedoc",
"extract"
],
"author": "Mike Graham <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cmichaelgraham/gulp-typedoc-extractor/issues"
},
"engines": {
"node": ">=0.10"
}
}