Blame view

package.json 405 Bytes
9ce9762e5   Adhidarma Hadiwinoto   package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
  {
    "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>",
    "license": "BSD"
  }