mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2026-03-09 21:19:05 +00:00
17 lines
358 B
JSON
17 lines
358 B
JSON
{
|
|
"name": "swagger-sample-app",
|
|
"description": "Wordnik node.js server generator",
|
|
"version": "1.0.0",
|
|
"homepage": "http://swagger.wordnik.com",
|
|
"main": "./app/main.js",
|
|
"engines": {
|
|
"node": ">= 0.8.x"
|
|
},
|
|
"dependencies": {
|
|
"swagger-node-express": ">= 2.0.x",
|
|
"connect": ">= 1.8.x",
|
|
"cors": "2.1.1",
|
|
"express": "3.x"
|
|
}
|
|
}
|