forked from wcandillon/swagger-js-codegen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.1 KB
/
package.json
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "swagger-js-codegen",
"main": "./lib/codegen.js",
"version": "0.2.4",
"description": "A Swagger codegen for JavaScript",
"scripts": {
"test": "grunt"
},
"bugs": {
"url": "https://github.com/wcandillon/swagger-js-codegen/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/wcandillon/swagger-js-codegen.git"
},
"keywords": [
"swagger",
"rest"
],
"author": {
"name": "William Candillon",
"email": "[email protected]",
"url": "http://28.io"
},
"licenses": [
{
"type": "Apache 2",
"url": "https://github.com/wcandillon/swagger-js-codegen/blob/master/LICENSE"
}
],
"homepage": "https://github.com/wcandillon/swagger-js-codegen",
"dependencies": {
"js-beautify": "~1.5.1",
"jshint": "~2.5.1",
"lodash": "^2.4.1",
"mustache": "~0.8.2"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-jshint": "~0.9.2",
"grunt-vows": "~0.4.1",
"q": "~1.0.1",
"final-fs": "~1.6.0",
"matchdep": "~0.3.0",
"vows": "~0.7.0",
"grunt-jsonlint": "~1.0.4",
"request": "~2.40.0"
}
}