Commit e0f74b20ff4911e6dfb1a560a904bca62f0c86d0
1 parent
f0ee3fe6d1
Exists in
master
package.json
Showing 1 changed file with 24 additions and 0 deletions Inline Diff
package.json
File was created | 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 | } | ||
25 |