openapi-generator/samples/client/petstore/javascript/package.json

20 lines
636 B
JSON
Raw Normal View History

{
"name": "swagger-petstore",
"version": "1.0.0",
"description": "This is a sample server Petstore server. You can find out more about Swagger at <a href=\"http://swagger.io\">http://swagger.io</a> or on irc.freenode.net, #swagger. For this sample, you can use the api key \"special-key\" to test the authorization filters",
"license": "Apache 2.0",
"main": "src/index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"dependencies": {
2015-12-17 09:59:57 +00:00
"jquery": "~2.1.4"
},
"devDependencies": {
2015-12-17 09:59:57 +00:00
"mocha": "~2.3.4",
"mockrequire": "~0.0.5",
"domino": "~1.0.20",
"xmlhttprequest": "~1.8.0"
}
}