sails-application-generator
Version:
command line tool
84 lines (83 loc) • 2.23 kB
JSON
{
"name": "sails-swagger",
"version": "0.5.1",
"description": "swagger.io integration for sails.js",
"main": "dist/api/hooks/swagger/index.js",
"scripts": {
"start": "gulp && node app.js",
"test": "gulp && node ./node_modules/mocha/bin/mocha test/bootstrap.test.js test/api/**/*.test.js",
"test-with-coverage": "gulp && nyc --reporter=html ./node_modules/mocha/bin/mocha test/bootstrap.test.js test/api/**/*.test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/praveen4554/sails-pluggable.git"
},
"keywords": [
"sails",
"sailsjs",
"swagger",
"swagger.io",
"api",
"sdk",
"documentation"
],
"author": "praveen",
"bugs": {
"url": "https://github.com/praveen4554/sails-pluggable/issues"
},
"homepage": "https://github.com/praveen4554/sails-pluggable",
"devDependencies": {
"artillery": "^1.6.0-12",
"babel": ">=6.23.0",
"chai": "^4.1.2",
"express": "^4.16.2",
"gulp": "^3.9.0",
"gulp-babel": ">=7.0.0",
"istanbul": "^0.4.5",
"mocha": "^4.0.1",
"sails-disk": "^0.10.8",
"socket.io": "^2.0.4",
"supertest": "^3.0.0",
"swagger-ui": "^2.2.10"
},
"dependencies": {
"@types/es6-promise": "0.0.33",
"@types/express": "^4.0.37",
"@types/node": "^8.0.34",
"babel-core": "^6.26.0",
"crypto": "^1.0.1",
"del": "^3.0.0",
"ejs": "^2.5.7",
"grunt": "^1.0.1",
"gulp-tsc": "^1.3.2",
"gulp-typescript": "^3.2.2",
"hoek": ">=5.0.0",
"include-all": "^4.0.3",
"jsonwebtoken": "^8.1.0",
"lodash": "^3.10.1",
"marlinspike": ">=1.0.0",
"node-schedule": "^1.2.5",
"nyc": "^11.2.1",
"path": "^0.12.7",
"pluralize": ">=7.0.0",
"pm2": "^2.7.2",
"rc": "^1.2.1",
"rxjs": "^5.4.3",
"sails": "^0.12.14",
"sails-hook-autoreload": "^0.14.3",
"sails-hook-jwt-auth": "^1.0.3",
"sails-hook-typescript": "^1.0.0",
"sails-hook-validator": "^0.11.0",
"sails-mysql": "^0.11.5",
"ts-node": "^3.3.0",
"tsd": "^0.6.5",
"typescript": "^2.5.3",
"winston": "^2.4.0",
"winston-daily-rotate-file": "^1.7.2",
"wrk": "^1.1.0"
},
"sails": {
"isHook": true,
"hookName": "swagger"
}
}