Commit 423daa458ebd4236fd7fa45ece092c54d665e0de
1 parent
1ae657235b
Exists in
master
some deps
Showing 2 changed files with 7 additions and 1 deletions Inline Diff
.gitignore
1 | node_modules/ | 1 | node_modules/ |
2 | logs/log* | 2 | logs/log* |
3 | config.ini | ||
3 | 4 |
package.json
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": { | ||
22 | "ini": "^1.3.4", | ||
23 | "sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git", | ||
24 | "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git" | ||
25 | } | ||
21 | } | 26 | } |
22 | 27 |