forked from swagger-api/swagger-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.73 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "swagger-client",
"author": "Tony Tam <[email protected]>",
"contributors": [
{
"name": "Jeremy Whitlock",
"email": "[email protected]"
}
],
"description": "swagger-client is a javascript client for use with swaggering APIs.",
"version": "2.1.4",
"homepage": "http://swagger.io",
"repository": {
"type": "git",
"url": "https://github.com/swagger-api/swagger-js.git"
},
"main": "index.js",
"scripts": {
"build": "gulp build",
"dev": "gulp watch",
"test": "gulp test",
"browsertest": "gulp browsertest"
},
"files": [
"LICENSE",
"lib",
"browser",
"index.js"
],
"engines": {
"node": ">= 0.6.6"
},
"dependencies": {
"btoa": "^1.1.2",
"cookiejar": "^2.0.1",
"jquery": "^2.1.3",
"js-yaml": "^3.3.0",
"lodash-compat": "^3.5.0",
"superagent": "^1.2"
},
"devDependencies": {
"async": "^0.9.0",
"brfs": "^1.4.0",
"browserify": "^9.0.3",
"chai": "^2.3.0",
"connect-cors": "^0.5.6",
"del": "^1.1.1",
"expect": "1.4.0",
"faux-jax": "^4.0.0",
"gulp": "^3.8.10",
"gulp-buffer": "0.0.2",
"gulp-connect": "^2.2.0",
"gulp-header": "^1.2.2",
"gulp-istanbul": "^0.5.0",
"gulp-jshint": "^1.9.0",
"gulp-mocha": "^2.0.0",
"http-server": "git://github.com/nodeapps/http-server.git",
"jshint-stylish": "^1.0.1",
"karma": "^0.12.35",
"karma-browserify": "^4.2.1",
"karma-firefox-launcher": "^0.1.6",
"karma-mocha": "^0.1.10",
"karma-source-map-support": "^1.0.0",
"mocha": "^1.21.3",
"object.assign": "^3.0.0",
"selenium-webdriver": "^2.45.1",
"uglifyify": "^3.0.1",
"unit.js": "^2.0.0",
"vinyl-source-stream": "^1.1.0"
},
"license": "Apache-2.0"
}