Blame view

package.json 685 Bytes
9ce9762e5   Adhidarma Hadiwinoto   package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  {
    "name": "sate24-to-datacell",
    "version": "0.0.1",
    "description": "ST24 to Datacell",
    "main": "index.js",
    "scripts": {
      "test": "mocha"
    },
    "repository": {
      "type": "git",
      "url": "git@gitlab.kodesumber.com:reload97/sate24-to-datacell.git"
    },
    "keywords": [
      "datacell",
      "ppob",
      "st24"
    ],
    "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>",
56dcd5cd2   Adhidarma Hadiwinoto   include node-sate24
19
20
    "license": "BSD",
    "dependencies": {
67b8ffaad   Adhidarma Hadiwinoto   require iniparser
21
      "sate24": "git+http://git@gitlab.kodesumber.com/reload97/node-sate24.git",
aef5c6155   Adhidarma Hadiwinoto   iniparser, base64...
22
23
      "iniparser": "~1.0.5",
      "base64-xor": "~0.10.0",
76b604c92   Adhidarma Hadiwinoto   dep mathjs
24
      "request": "~2.60.0",
52308438d   Adhidarma Hadiwinoto   dep xml
25
      "mathjs": "~1.7.1",
dbacc12f5   Adhidarma Hadiwinoto   xml2js
26
      "xml": "~1.0.0",
043c78298   Adhidarma Hadiwinoto   strftime
27
28
      "xml2js": "~0.4.9",
      "strftime": "~0.9.2"
56dcd5cd2   Adhidarma Hadiwinoto   include node-sate24
29
    }
9ce9762e5   Adhidarma Hadiwinoto   package.json
30
  }