forked from documentationjs/gulp-documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 725 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 725 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
30
31
32
33
34
{
"name": "gulp-documentation",
"description": "documentation plugin for gulp",
"version": "2.2.0",
"author": "Tom MacWright",
"dependencies": {
"documentation": "^4.0.0-beta10",
"through2": "^0.6.3",
"vinyl": "^0.4.6"
},
"devDependencies": {
"eslint": "^1.8.0",
"gulp": "^3.8.11",
"concat-stream": "^1.4.8",
"prova": "^2.1.1",
"proxyquire": "^1.7.3",
"tape": "^3.5.0"
},
"keywords": [
"documentation",
"gulp",
"gulpplugin",
"jsdoc"
],
"license": "ISC",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:documentationjs/gulp-documentation.git"
},
"scripts": {
"test": "eslint . && prova test/test.js"
}
}