Commit 5002b4a0dea19f832937c958b7bbd0d86defd35a

Authored by Adhidarma Hadiwinoto
1 parent e0be11e58c
Exists in master

base64-xor

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

1 { 1 {
2 "name": "sate24-to-trustlink", 2 "name": "sate24-to-trustlink",
3 "version": "1.0.0", 3 "version": "1.0.0",
4 "description": "ST24 to TrustLink", 4 "description": "ST24 to TrustLink",
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-trustlink.git" 11 "url": "git@gitlab.kodesumber.com:reload97/sate24-to-trustlink.git"
12 }, 12 },
13 "keywords": [ 13 "keywords": [
14 "st24", 14 "st24",
15 "ppob", 15 "ppob",
16 "r97", 16 "r97",
17 "trust" 17 "trust"
18 ], 18 ],
19 "author": "Adhidarma Hadiwinoto <adhisimon@host2host.id>", 19 "author": "Adhidarma Hadiwinoto <adhisimon@host2host.id>",
20 "license": "ISC", 20 "license": "ISC",
21 "dependencies": { 21 "dependencies": {
22 "base64-xor": "^0.10.0",
22 "ini": "^1.3.4", 23 "ini": "^1.3.4",
23 "request": "^2.72.0", 24 "request": "^2.72.0",
24 "sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git", 25 "sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git",
25 "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git", 26 "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git",
26 "strftime": "^0.9.2", 27 "strftime": "^0.9.2",
27 "winston": "^2.2.0", 28 "winston": "^2.2.0",
28 "xml2js": "^0.4.16" 29 "xml2js": "^0.4.16"
29 } 30 }
30 } 31 }
31 32