Commit 56dcd5cd2be0e3789cfe221952a949841f2df467

Authored by Adhidarma Hadiwinoto
1 parent 178181df0f
Exists in master

include node-sate24

Showing 1 changed file with 4 additions and 1 deletions Inline Diff

1 { 1 {
2 "name": "sate24-to-datacell", 2 "name": "sate24-to-datacell",
3 "version": "0.0.1", 3 "version": "0.0.1",
4 "description": "ST24 to Datacell", 4 "description": "ST24 to Datacell",
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "test": "mocha" 7 "test": "mocha"
8 }, 8 },
9 "repository": { 9 "repository": {
10 "type": "git", 10 "type": "git",
11 "url": "git@gitlab.kodesumber.com:reload97/sate24-to-datacell.git" 11 "url": "git@gitlab.kodesumber.com:reload97/sate24-to-datacell.git"
12 }, 12 },
13 "keywords": [ 13 "keywords": [
14 "datacell", 14 "datacell",
15 "ppob", 15 "ppob",
16 "st24" 16 "st24"
17 ], 17 ],
18 "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", 18 "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>",
19 "license": "BSD" 19 "license": "BSD",
20 "dependencies": {
21 "sate24": "git+http://git@gitlab.kodesumber.com/reload97/node-sate24.git"
22 }
20 } 23 }
21 24