Blame view

package.json 354 Bytes
adfda8e1   Arsisakarn Srilatanart   initial commit fr...
1
2
{
  "name": "logstatalarm",
b97f9d88   Arsisakarn Srilatanart   Update version nu...
3
  "version": "1.0.0",
adfda8e1   Arsisakarn Srilatanart   initial commit fr...
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  "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"
  }
}