diff --git a/package.json b/package.json new file mode 100644 index 0000000..b478ebf --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "sate24-to-datacell", + "version": "0.0.1", + "description": "ST24 to Datacell", + "main": "index.js", + "scripts": { + "test": "mocha" + }, + "repository": { + "type": "git", + "url": "git@gitlab.kodesumber.com:reload97/sate24-to-datacell.git" + }, + "keywords": [ + "datacell", + "ppob", + "st24" + ], + "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", + "license": "BSD" +}