-
- Downloads
port
... | ... | @@ -4,8 +4,12 @@ |
"description": "", | ||
"main": "server.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "node server.js" | ||
"test": "mocha", | ||
"start": "node server.js", | ||
"jsdoc": "./node_modules/.bin/jsdoc" | ||
}, | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"author": "", | ||
"license": "ISC", | ||
... | ... | @@ -15,5 +19,9 @@ |
"limiter": "^1.1.2", | ||
"mysql": "^2.15.0", | ||
"sql": "^0.78.0" | ||
}, | ||
"devDependencies": { | ||
"jsdoc": "^3.5.5", | ||
"mocha": "^5.0.5" | ||
} | ||
} |
Please register or sign in to comment