UNPKG

swagger

Version:

The Swagger command-line. Provides Swagger utilities and project lifecycle support.

23 lines (22 loc) 431 B
{ "name": "swagger-app", "version": "0.0.1", "private": true, "description": "New Swagger API Project", "keywords": [], "author": "", "license": "", "main": "app.js", "dependencies": { "restify": "^4.0.2", "swagger-restify-mw": "^0.1.0" }, "devDependencies": { "should": "^7.1.0", "supertest": "^1.0.0" }, "scripts": { "start": "node app.js", "test": "swagger project test" } }