File tree Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Expand file tree Collapse file tree 1 file changed +15
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gulp-documentation" ,
3
- "version" : " 1.0.0" ,
4
3
"description" : " documentation plugin for gulp" ,
5
- "main" : " index.js" ,
6
- "scripts" : {
7
- "test" : " tape test.js"
8
- },
9
- "keywords" : [
10
- " gulp" ,
11
- " documentation" ,
12
- " jsdoc"
13
- ],
4
+ "version" : " 1.0.0" ,
14
5
"author" : " Tom MacWright" ,
15
- "license" : " ISC" ,
16
6
"dependencies" : {
17
7
"through2" : " ^0.6.3"
18
8
},
19
9
"devDependencies" : {
20
10
"gulp" : " ^3.8.11" ,
21
11
"tape" : " ^3.5.0"
12
+ },
13
+ "keywords" : [
14
+ " documentation" ,
15
+ " gulp" ,
16
+ " jsdoc"
17
+ ],
18
+ "license" : " ISC" ,
19
+ "main" : " index.js" ,
20
+ "repository" : {
21
+ "type" : " git" ,
22
+ "url" :
" [email protected] :documentationjs/gulp-documentation.git"
23
+ },
24
+ "scripts" : {
25
+ "test" : " tape test.js"
22
26
}
23
27
}
You can’t perform that action at this time.
0 commit comments