Add package.json

This commit is contained in:
Kegan Dougal 2015-06-02 13:32:22 +01:00
parent 3d70404b94
commit 876a3d2bbc

15
api/package.json Normal file
View file

@ -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"
}
}