Commit aef5c6155fd4cd6d16ec5eb994218a71e0c87fdd

Authored by Adhidarma Hadiwinoto
1 parent f1c07cb127
Exists in master

iniparser, base64-xor, request

Showing 1 changed file with 3 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": { 20 "dependencies": {
21 "sate24": "git+http://git@gitlab.kodesumber.com/reload97/node-sate24.git", 21 "sate24": "git+http://git@gitlab.kodesumber.com/reload97/node-sate24.git",
22 "iniparser": "~1.0.5" 22 "iniparser": "~1.0.5",
23 "base64-xor": "~0.10.0",
24 "request": "~2.60.0"
23 } 25 }
24 } 26 }
25 27