sway/bower.json

37 строки
718 B
JSON

{
"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.4.3",
"js-yaml": "^3.10.0",
"json-refs": "^3.0.4",
"lodash": "^4.17.5",
"z-schema": "^3.19.1"
},
"devDependencies": {
"mocha": "^4.0.1"
}
}