Commit 9ce9762e5693d70ad832646a3f57783db2e8707b
1 parent
4926c8a3cd
Exists in
master
package.json
Showing 1 changed file with 20 additions and 0 deletions Side-by-side Diff
package.json
... | ... | @@ -0,0 +1,20 @@ |
1 | +{ | |
2 | + "name": "sate24-to-datacell", | |
3 | + "version": "0.0.1", | |
4 | + "description": "ST24 to Datacell", | |
5 | + "main": "index.js", | |
6 | + "scripts": { | |
7 | + "test": "mocha" | |
8 | + }, | |
9 | + "repository": { | |
10 | + "type": "git", | |
11 | + "url": "git@gitlab.kodesumber.com:reload97/sate24-to-datacell.git" | |
12 | + }, | |
13 | + "keywords": [ | |
14 | + "datacell", | |
15 | + "ppob", | |
16 | + "st24" | |
17 | + ], | |
18 | + "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", | |
19 | + "license": "BSD" | |
20 | +} |