Commit b82545b30f5bf0ba575bc96b2a55bae6feb1f4ea

Authored by Adhidarma Hadiwinoto
1 parent 5a8775ec76
Exists in master

package.json

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

File was created 1 {
2 "name": "sate24-to-trustlink",
3 "version": "1.0.0",
4 "description": "ST24 to TrustLink",
5 "main": "index.js",
6 "scripts": {
7 "test": "mocha"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git@gitlab.kodesumber.com:reload97/sate24-to-trustlink.git"
12 },
13 "keywords": [
14 "st24",
15 "ppob",
16 "r97",
17 "trust"
18 ],
19 "author": "Adhidarma Hadiwinoto <adhisimon@host2host.id>",
20 "license": "ISC"
21 }
22