Commit ead957d4b1785c9b9968124e97223cd7f29e0158

Authored by Adhidarma Hadiwinoto
1 parent 56fbb4d92c
Exists in master

package.json

Showing 1 changed file with 21 additions and 0 deletions Inline Diff

File was created 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 }
22