-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 815 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 815 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
{
"name": "swagger-client",
"author": "Zeke Sikelianos <zeke@sikelianos.com>",
"contributors": [
{
"name": "Tony Tam",
"email": "fehguy@gmail.com"
}
],
"description": "swagger.js is a javascript client for use with swaggering APIs.",
"version": "2.0.49",
"homepage": "http://swagger.io",
"repository": {
"type": "git",
"url": "git://github.com/swagger-api/swagger-js.git"
},
"main": "lib/swagger.js",
"scripts": {
"build": "uglifyjs lib/swagger.js -o lib/swagger.min.js",
"test": "mocha"
},
"engines": {
"node": ">= 0.6.6"
},
"dependencies": {
"shred": "0.8.10",
"btoa": "1.1.1"
},
"devDependencies": {
"mocha": "^1.21.3",
"unit.js": "1.1.2",
"should": "4.4.2",
"uglify-js": "1.3.x"
},
"license": "apache 2.0"
}