forked from apigee-127/sway
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 718 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 718 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": "sway",
"main": "browser/sway.js",
"version": "1.0.0",
"homepage": "https://github.com/apigee-127/sway",
"authors": [
"Jeremy Whitlock <jwhitlock@apache.org>"
],
"description": "A library that simplifies Swagger integrations.",
"keywords": [
"swagger"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"browser/*-standalone*.js",
"gulpfile.js",
"index.js",
"package.json",
"lib",
"samples",
"test"
],
"dependencies": {
"js-base64": "~2.3.2",
"js-yaml": "^3.10.0",
"json-refs": "~3.0.1",
"lodash": "^4.17.4",
"z-schema": "^3.18.4"
},
"devDependencies": {
"mocha": "^4.0.1"
}
}