forked from loafle/openapi-generator-original
* remove php apache license * remove apache license from C# * remove apache license in objc code * remove license from swift 3 code * remove apache license from perl code * remove license from scala code * remove license from ts, go, android, cpp, scala * remove license from java api client * restore clojure petstore files * remove license from travis file * clean up apache-related terms in php, ruby, python mustache tempaltes * remove license from JS API cilent
19 lines
506 B
JSON
19 lines
506 B
JSON
{
|
|
"name": "swagger_petstore",
|
|
"version": "1.0.0",
|
|
"description": "This_spec_is_mainly_for_testing_Petstore_server_and_contains_fake_endpoints_models__Please_do_not_use_this_for_any_other_purpose__Special_characters__",
|
|
"license": "Unlicense",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"test": "./node_modules/mocha/bin/mocha --recursive"
|
|
},
|
|
"dependencies": {
|
|
"superagent": "1.7.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "~2.3.4",
|
|
"sinon": "1.17.3",
|
|
"expect.js": "~0.3.1"
|
|
}
|
|
}
|