grunt-swagger-tools
Version:
Serenity Grunt module for Swagger validation
57 lines (56 loc) • 1.3 kB
JSON
{
"name": "grunt-swagger-tools",
"version": "0.1.4",
"description": "Serenity Grunt module for Swagger validation",
"main": "index.js",
"directories": {
"example": "examples"
},
"dependencies": {
"grunt": "^0.4.5",
"swagger-tools": "^0.6.13",
"grunt-contrib-jshint": "^0.10.0",
"load-grunt-tasks": "^0.4.0",
"jshint": "2.5.0"
},
"devDependencies": {},
"scripts": {
"test": "grunt test",
"demo": "grunt demo",
"nolog": "grunt nolog"
},
"repository": {
"type": "git",
"url": "https://github.com/appirio-tech/grunt-swagger-tools.git"
},
"keywords": [
"Serenity",
"Grunt",
"Swagger",
"Module"
],
"author": "Teddy Albon <tmalbonph@yahoo.com> (https://github.com/tmalbonph)",
"license": "MIT",
"bugs": {
"url": "https://github.com/appirio-tech/grunt-swagger-tools/issues"
},
"homepage": "https://github.com/appirio-tech/grunt-swagger-tools",
"files": [
"index.js",
"Gruntfile.js",
"README.md",
"LICENSE"
],
"maintainers": [
{
"name": "Neil Hastings",
"email": "neil.hastings@gmail.com",
"url": "http://indytechcook.com"
},
{
"name": "Teddy Albon",
"email": "tmalbonph@yahoo.com",
"url": "https://github.com/tmalbon"
}
]
}