2015-05-15 01:45:17 +03:00
|
|
|
{
|
|
|
|
"name": "swagger-core-api",
|
|
|
|
"main": "browser/swagger-core-api.js",
|
|
|
|
"version": "0.2.0",
|
|
|
|
"homepage": "https://github.com/apigee-127/swagger-core-api",
|
|
|
|
"authors": [
|
|
|
|
"Jeremy Whitlock <jwhitlock@apache.org>"
|
|
|
|
],
|
|
|
|
"description": "An API for interacting with Swagger documents.",
|
|
|
|
"keywords": [
|
|
|
|
"swagger"
|
|
|
|
],
|
|
|
|
"license": "MIT",
|
|
|
|
"ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"browser/*-standalone*.js",
|
|
|
|
"gulpfile.js",
|
|
|
|
"index.js",
|
|
|
|
"package.json",
|
|
|
|
"lib",
|
|
|
|
"samples",
|
|
|
|
"test"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
|
|
|
"js-yaml": "~3.3.1",
|
2015-07-21 23:02:11 +03:00
|
|
|
"json-refs": "~1.0.2",
|
2015-08-03 18:10:42 +03:00
|
|
|
"lodash": "~3.10.0",
|
2015-07-21 20:56:09 +03:00
|
|
|
"path-loader": "~0.1.0",
|
2015-07-20 20:35:09 +03:00
|
|
|
"visionmedia-debug": "~2.2.0",
|
|
|
|
"z-schema": "~3.12.0",
|
2015-08-03 22:30:51 +03:00
|
|
|
"js-base64": "~2.1.9"
|
2015-05-15 01:45:17 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "^2.1.0"
|
|
|
|
}
|
|
|
|
}
|