UNPKG

swagger

Version:

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

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