forked from swagger-api/swagger-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 807 Bytes
/
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
{
"name": "swagger-client",
"author": "Zeke Sikelianos <[email protected]>",
"contributors": [
{
"name": "Tony Tam",
"email": "[email protected]"
}
],
"description": "swagger.js is a javascript client for use with swaggering APIs.",
"version": "2.0.46",
"homepage": "http://swagger.io",
"repository": {
"type": "git",
"url": "git://github.com/swagger-api/swagger-js.git"
},
"main": "lib/swagger.js",
"scripts": {
"build": "PATH=$PATH:./node_modules/.bin cake bake",
"dev": "PATH=$PATH:./node_modules/.bin cake dev",
"test": "open spec.html"
},
"engines": {
"node": ">= 0.6.6"
},
"dependencies": {
"shred": "0.8.10",
"btoa": "1.1.1"
},
"devDependencies": {
"coffee-script": "~1.5.0"
},
"license": "apache 2.0"
}