Commit ead957d4b1785c9b9968124e97223cd7f29e0158
1 parent
56fbb4d92c
Exists in
master
package.json
Showing 1 changed file with 21 additions and 0 deletions Side-by-side Diff
package.json
... | ... | @@ -0,0 +1,21 @@ |
1 | +{ | |
2 | + "name": "komodo-cli", | |
3 | + "version": "1.0.0", | |
4 | + "description": "Komodo command-line tools", | |
5 | + "main": "index.js", | |
6 | + "scripts": { | |
7 | + "test": "mocha" | |
8 | + }, | |
9 | + "repository": { | |
10 | + "type": "git", | |
11 | + "url": "git@gitlab.kodesumber.com:komodo/komodo-cli.git" | |
12 | + }, | |
13 | + "keywords": [ | |
14 | + "komodo", | |
15 | + "tektrans", | |
16 | + "ppob", | |
17 | + "cli" | |
18 | + ], | |
19 | + "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", | |
20 | + "license": "ISC" | |
21 | +} |