package.json
354 Bytes
{
"name": "logstatalarm",
"version": "1.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"author": "pupuupup",
"license": "ISC",
"dependencies": {
"bluebird": "^3.4.0",
"chai": "^3.5.0",
"joi": "^8.4.2",
"lodash": "^4.13.1",
"moment": "^2.13.0",
"request-promise": "^3.0.0"
}
}