зеркало из https://github.com/Azure/sway.git
37 строки
718 B
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.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"
|
|
}
|
|
}
|