Commit 0bb82f0bd520a12f2682d298f80278ff614830bb
1 parent
4c48e96119
Exists in
master
package.json
Showing 1 changed file with 19 additions and 0 deletions Side-by-side Diff
package.json
| ... | ... | @@ -0,0 +1,19 @@ |
| 1 | +{ | |
| 2 | + "name": "r97-supplier-balances", | |
| 3 | + "version": "0.0.1", | |
| 4 | + "description": "List supplier's balances", | |
| 5 | + "main": "index.js", | |
| 6 | + "scripts": { | |
| 7 | + "test": "echo \"Error: no test specified\" && exit 1" | |
| 8 | + }, | |
| 9 | + "repository": { | |
| 10 | + "type": "git", | |
| 11 | + "url": "git@gitlab.kodesumber.com:reload97/r97-supplier-balances.git" | |
| 12 | + }, | |
| 13 | + "keywords": [ | |
| 14 | + "reload97", | |
| 15 | + "r97" | |
| 16 | + ], | |
| 17 | + "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", | |
| 18 | + "license": "BSD" | |
| 19 | +} |