forked from apigee-127/swagger-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 957 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 957 Bytes
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
{
"name": "swagger-tools",
"version": "0.1.1",
"description": "Various tools for using and integrating with Swagger.",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"author": {
"name": "Jeremy Whitlock",
"email": "jwhitlock@apache.org",
"url": "https://github.com/whitlockjc"
},
"bugs": {
"url": "https://github.com/apigee/connect-swagger/issues"
},
"homepage": "https://github.com/apigee/connect-swagger",
"licenses": [
{
"type": "Apache-2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"repository": {
"type": "git",
"url": "git://github.com/apigee/connect-swagger.git"
},
"keywords": [
"connect",
"swagger"
],
"devDependencies": {
"gulp": "^3.8.0",
"gulp-jshint": "^1.6.2",
"gulp-mocha": "^0.4.1",
"jshint-stylish": "^0.2.0"
},
"dependencies": {
"jjv": "^1.0.0",
"jjve": "^0.2.1",
"lodash": "^2.4.1"
}
}