package.json 946 Bytes
{
  "name": "sate24",
  "version": "0.30.2",
  "description": "Libraries to communicate with ST24",
  "main": "aaa.js",
  "scripts": {
    "test": "mocha",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.kodesumber.com:reload97/node-sate24.git"
  },
  "keywords": [
    "st24",
    "ppob",
    "reload97"
  ],
  "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>",
  "license": "BSD",
  "dependencies": {
    "circular-buffer": "^1.0.2",
    "fs-extra": "~0.24.0",
    "ini": "~1.3.4",
    "iniparser": "~1.0.5",
    "javascript-natural-sort": "^0.7.1",
    "lru-cache": "^4.0.1",
    "minimist": "~1.2.0",
    "moment": "^2.14.1",
    "mongodb": "^2.1.20",
    "node-simple-router": "~0.9.4-2",
    "pkginfo": "^0.4.0",
    "redis": "~0.12.1",
    "request": "~2.60.0",
    "strftime": "~0.9.2",
    "winston": "~1.0.1"
  },
  "devDependencies": {
    "should": "^10.0.0"
  }
}