Commit e029b230f9e7f3b52c1a33b356e31c8148cb49c4

Authored by Adhidarma Hadiwinoto
1 parent 1612086691
Exists in master

0.2.0

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

1 { 1 {
2 "name": "komodo-gw-komodo", 2 "name": "komodo-gw-komodo",
3 "version": "0.1.1", 3 "version": "0.2.0",
4 "description": "Komodo Gateway to other Komodo", 4 "description": "Komodo Gateway to other Komodo",
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "test": "mocha" 7 "test": "mocha"
8 }, 8 },
9 "repository": { 9 "repository": {
10 "type": "git", 10 "type": "git",
11 "url": "git@gitlab.kodesumber.com:komodo/komodo-gw-komodo.git" 11 "url": "git@gitlab.kodesumber.com:komodo/komodo-gw-komodo.git"
12 }, 12 },
13 "keywords": [ 13 "keywords": [
14 "komodo", 14 "komodo",
15 "tektrans", 15 "tektrans",
16 "ppob" 16 "ppob"
17 ], 17 ],
18 "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", 18 "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
19 "license": "ISC", 19 "license": "ISC",
20 "dependencies": { 20 "dependencies": {
21 "json-stringify-pretty-compact": "^1.1.0", 21 "json-stringify-pretty-compact": "^1.1.0",
22 "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git", 22 "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git",
23 "request": "^2.85.0", 23 "request": "^2.85.0",
24 "uuid": "^3.2.1" 24 "uuid": "^3.2.1"
25 } 25 }
26 } 26 }
27 27