File tree 1 file changed +9
-15
lines changed
1 file changed +9
-15
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " swagger -express" ,
2
+ "name" : " jsdoc -express-with-swagger " ,
3
3
"version" : " 1.0.0" ,
4
4
"description" : " Document your Express REST API with Swagger." ,
5
5
"main" : " index.js" ,
8
8
},
9
9
"repository" : {
10
10
"type" : " git" ,
11
- "url" : " https://github.com/devlouisc/swagger -express.git"
11
+ "url" : " https://github.com/devlouisc/jsdoc -express-with-swagger .git"
12
12
},
13
13
"keywords" : [
14
- " swagger" ,
15
- " express" ,
14
+ " jsdoc" ,
16
15
" restful" ,
17
16
" api" ,
18
- " jsdoc" ,
19
- " yaml" ,
20
- " coffee-script"
17
+ " express" ,
18
+ " swagger"
21
19
],
22
20
"author" : " devlouisc" ,
23
21
"license" : " MIT" ,
24
22
"bugs" : {
25
- "url" : " https://github.com/devlouisc/swagger -express/issues"
23
+ "url" : " https://github.com/devlouisc/jsdoc -express-with-swagger /issues"
26
24
},
27
- "homepage" : " https://github.com/devlouisc/swagger -express#readme" ,
25
+ "homepage" : " https://github.com/devlouisc/jsdoc -express-with-swagger #readme" ,
28
26
"dependencies" : {
29
- "async" : " ^1.2.0" ,
30
- "coffee-script" : " ^1.9.3" ,
31
27
"doctrine" : " ^0.6.4" ,
32
- "js-yaml" : " ^3.3.1" ,
33
- "underscore" : " ^1.8.3"
28
+ "js-yaml" : " ^3.3.1"
34
29
},
35
30
"devDependencies" : {
36
31
"eslint" : " ^0.22.1" ,
37
- "express" : " ^4.12.4" ,
38
- "jade" : " ^1.10.0"
32
+ "express" : " ^4.12.4"
39
33
}
40
34
}
You can’t perform that action at this time.
0 commit comments