Commit 560c22cdfc8bac5f8871009f4d05dfddb1227871

Authored by Adhidarma Hadiwinoto
1 parent 7b637fa383
Exists in master

some deps on package.json

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

1 { 1 {
2 "name": "komodo-gw-komodo", 2 "name": "komodo-gw-komodo",
3 "version": "0.1.0", 3 "version": "0.1.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": {
21 "json-stringify-pretty-compact": "^1.1.0",
22 "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git",
23 "request": "^2.85.0"
24 }
20 } 25 }
21 26