Compare View
Commits (2)
Changes
Showing 2 changed files Side-by-side Diff
.gitignore
... | ... | @@ -0,0 +1 @@ |
1 | +node_modules/ |
package.json
... | ... | @@ -0,0 +1,24 @@ |
1 | +{ | |
2 | + "name": "sate24-to-vre", | |
3 | + "version": "0.0.1", | |
4 | + "description": "ST24 to VRE", | |
5 | + "main": "index.js", | |
6 | + "scripts": { | |
7 | + "test": "mocha" | |
8 | + }, | |
9 | + "repository": { | |
10 | + "type": "git", | |
11 | + "url": "git@gitlab.kodesumber.com:reload97/sate24-to-vre.git" | |
12 | + }, | |
13 | + "keywords": [ | |
14 | + "st24", | |
15 | + "reload97", | |
16 | + "r97", | |
17 | + "ppob", | |
18 | + "vre", | |
19 | + "m2m", | |
20 | + "h2h" | |
21 | + ], | |
22 | + "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", | |
23 | + "license": "BSD" | |
24 | +} |