Add package.json

pull/22/head
Kegan Dougal 9 years ago
parent 3d70404b94
commit 876a3d2bbc

@ -0,0 +1,15 @@
{
"name": "swagger-cli-validator",
"version": "0.0.1",
"description": "",
"main": "validator.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"nopt": "^3.0.2",
"swagger-parser": "^2.4.1"
}
}
Loading…
Cancel
Save