Commit a76f18e2ef95381b4254f4522d0a0a18a056f148

Authored by Adhidarma Hadiwinoto
1 parent 423daa458e
Exists in master

winston

Showing 1 changed file with 2 additions and 1 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 "ini": "^1.3.4", 22 "ini": "^1.3.4",
23 "sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git", 23 "sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git",
24 "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git" 24 "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git",
25 "winston": "^2.2.0"
25 } 26 }
26 } 27 }
27 28