GITLAB

AIS Projects / logstatalarm

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • logstatalarm
  • package.json
  • b97f9d88   Update version number (1.0.1) for new config filename feature Browse Code ยป
    Arsisakarn Srilatanart
    2017-03-14 15:54:31 +0700  
package.json 354 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{
  "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"
  }
}