File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " swagger-jsdoc" ,
3
- "version" : " 1.1.0 " ,
3
+ "version" : " 1.1.1 " ,
4
4
"description" : " Generates swagger doc based on JSDoc" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
27
27
},
28
28
"homepage" : " https://github.com/Surnet/swagger-jsdoc" ,
29
29
"dependencies" : {
30
- "doctrine" : " ^0.6.4 " ,
31
- "js-yaml" : " ^3.3.1 " ,
32
- "swagger-parser" : " ^2.4.2 "
30
+ "doctrine" : " ^0.7.0 " ,
31
+ "js-yaml" : " ^3.4.2 " ,
32
+ "swagger-parser" : " ^3.0.1 "
33
33
},
34
34
"devDependencies" : {
35
- "body-parser" : " ^1.12.4 " ,
36
- "express" : " ^4.12.4 " ,
37
- "istanbul" : " ^0.3.14 " ,
38
- "jscs" : " ^1.13 .1" ,
39
- "mocha" : " ^2.2.5 " ,
40
- "mocha-jscs" : " ^1.1 .0" ,
35
+ "body-parser" : " ^1.14.0 " ,
36
+ "express" : " ^4.13.3 " ,
37
+ "istanbul" : " ^0.3.21 " ,
38
+ "jscs" : " ^2.1 .1" ,
39
+ "mocha" : " ^2.3.3 " ,
40
+ "mocha-jscs" : " ^3.0 .0" ,
41
41
"mocha-jshint" : " ^2.2.3" ,
42
- "supertest" : " ^1.0.1 "
42
+ "supertest" : " ^1.1.0 "
43
43
}
44
44
}
You can’t perform that action at this time.
0 commit comments