UNPKG

1.63 kBJSONView Raw
1{
2 "name": "dukeswag",
3 "version": "1.1.6",
4 "description": "The Swagger command-line. Provides Swagger utilities and project lifecycle support.",
5 "keywords": [
6 "swagger",
7 "api",
8 "apis",
9 "connect",
10 "express"
11 ],
12 "author": "Scott Ganyo <sganyo@apigee.com>",
13 "license": "Apache-2.0",
14 "preferGlobal": true,
15 "main": "index.js",
16 "repository": {
17 "type": "git",
18 "url": "http://gitlab.oit.duke.edu/colab/dukeswag.git"
19 },
20 "dependencies": {
21 "async": "^1.2.1",
22 "commander": "^2.7.1",
23 "connect": "^3.3.5",
24 "debug": "^2.1.3",
25 "fs-extra": "^0.24.0",
26 "inquirer": "^0.10.0",
27 "js-yaml": "^3.3.0",
28 "lodash": "^3.10.0",
29 "mocha": "^2.2.1",
30 "nodemon": "^1.3.7",
31 "otplib": "^3.0.1",
32 "pm2": "^0.15.7",
33 "serve-static": "^1.9.2",
34 "swagger-converter": "^0.2.0",
35 "swagger-editor": "^2.9.2",
36 "swagger-test-templates": "^1.2.0",
37 "swagger-tools": "^0.9.0",
38 "yamljs": "^0.2.4"
39 },
40 "devDependencies": {
41 "chai": "^3.0.0",
42 "mock-stdin": "^0.3.0",
43 "proxyquire": "^1.4.0",
44 "should": "^7.1.0",
45 "sinon": "^1.15.4",
46 "superagent": "^1.1.0",
47 "supertest": "^1.1.0",
48 "tmp": "^0.0.28",
49 "z-schema": "^3.14.0"
50 },
51 "scripts": {
52 "test": "mocha -u exports -R spec test/config.js test/util test/commands test/commands/project test/project-skeletons",
53 "coverage": "istanbul cover _mocha -- -u exports -R spec test/config.js test/util test/commands test/commands/project test/project-skeletons",
54 "start": "node app.js"
55 },
56 "bin": {
57 "swagger": "bin/swagger.js",
58 "swag": "bin/swagger-project.js"
59 }
60}