File tree Expand file tree Collapse file tree 1 file changed +20
-16
lines changed Expand file tree Collapse file tree 1 file changed +20
-16
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " documentation" ,
3
- "version" : " 1.4.0" ,
4
3
"description" : " a documentation generator" ,
5
- "main" : " index.js" ,
6
- "scripts" : {
7
- "test" : " eslint --no-eslintrc -c .eslintrc index.js test/*.js test/streams/*.js && prova test/*.js test/lib/*.js test/streams/*.js" ,
8
- "cover" : " istanbul cover prova test/*.js test/lib/*.js test/streams/*.js --dir $CIRCLE_ARTIFACTS"
9
- },
4
+ "version" : " 1.4.0" ,
5
+ "author" : " Tom MacWright" ,
10
6
"bin" : {
11
7
"documentation" : " ./bin/documentation.js"
12
8
},
13
- "keywords" : [
14
- " documentation" ,
15
- " jsdoc" ,
16
- " jsdoc3" ,
17
- " parser" ,
18
- " website" ,
19
- " formatter"
20
- ],
21
- "author" : " Tom MacWright" ,
22
- "license" : " ISC" ,
23
9
"dependencies" : {
24
10
"JSONStream" : " ^0.10.0" ,
25
11
"ast-types" : " ^0.7.2" ,
54
40
"glob" : " ^5.0.2" ,
55
41
"istanbul" : " ^0.3.7" ,
56
42
"prova" : " ^2.1.1"
43
+ },
44
+ "keywords" : [
45
+ " documentation" ,
46
+ " formatter" ,
47
+ " jsdoc" ,
48
+ " jsdoc3" ,
49
+ " parser" ,
50
+ " website"
51
+ ],
52
+ "license" : " ISC" ,
53
+ "main" : " index.js" ,
54
+ "repository" : {
55
+ "type" : " git" ,
56
+ "url" :
" [email protected] :documentationjs/documentation.git"
57
+ },
58
+ "scripts" : {
59
+ "cover" : " istanbul cover prova test/*.js test/lib/*.js test/streams/*.js --dir $CIRCLE_ARTIFACTS" ,
60
+ "test" : " eslint --no-eslintrc -c .eslintrc index.js test/*.js test/streams/*.js && prova test/*.js test/lib/*.js test/streams/*.js"
57
61
}
58
62
}
You can’t perform that action at this time.
0 commit comments