forked from swagger-api/swagger-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 986 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
35
36
37
38
39
40
41
{
"name": "swagger-client",
"author": "Tony Tam <[email protected]>",
"description": "swagger.js is a javascript client for use with swaggering APIs.",
"version": "2.1.10-M1",
"homepage": "http://swagger.io",
"repository": {
"type": "git",
"url": "git://github.com/swagger-api/swagger-js.git"
},
"main": "lib/swagger-client.js",
"scripts": {
"build": "gulp build",
"dev": "gulp watch",
"test": "gulp test"
},
"engines": {
"node": ">= 0.6.6"
},
"dependencies": {
"shred": "0.8.10",
"btoa": "1.1.1"
},
"devDependencies": {
"del": "^1.1.1",
"expect": "1.4.0",
"gulp": "^3.8.10",
"gulp-header": "1.2.2",
"gulp-concat": "^2.4.3",
"gulp-istanbul": "^0.5.0",
"gulp-jshint": "^1.9.0",
"gulp-mocha": "^2.0.0",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.2",
"gulp-util": "^3.0.1",
"gulp-wrap": "0.10.1",
"mocha": "^1.21.3",
"unit.js": "1.1.2"
},
"license": "apache 2.0"
}