Commit c9d1528bd1112c8bfccbbfe1b6e1eee431ec680f

Authored by Adhidarma Hadiwinoto
1 parent 54990eb8c5
Exists in master

2.1.2

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

1 { 1 {
2 "name": "komodo-gw-st24", 2 "name": "komodo-gw-st24",
3 "version": "2.1.1", 3 "version": "2.1.2",
4 "description": "Komodo Gateway to ST24 XML-RPC", 4 "description": "Komodo Gateway to ST24 XML-RPC",
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "test": "mocha", 7 "test": "mocha",
8 "postversion": "git push && git push --tags" 8 "postversion": "git push && git push --tags"
9 }, 9 },
10 "repository": { 10 "repository": {
11 "type": "git", 11 "type": "git",
12 "url": "git@gitlab.kodesumber.com:komodo/komodo-gw-st24.git" 12 "url": "git@gitlab.kodesumber.com:komodo/komodo-gw-st24.git"
13 }, 13 },
14 "keywords": [ 14 "keywords": [
15 "komodo", 15 "komodo",
16 "tektrans", 16 "tektrans",
17 "ppob", 17 "ppob",
18 "st24", 18 "st24",
19 "xmlrpc", 19 "xmlrpc",
20 "xml-rpc" 20 "xml-rpc"
21 ], 21 ],
22 "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", 22 "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
23 "license": "ISC", 23 "license": "ISC",
24 "dependencies": { 24 "dependencies": {
25 "json-stringify-pretty-compact": "^1.1.0", 25 "json-stringify-pretty-compact": "^1.1.0",
26 "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git", 26 "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git",
27 "moment": "^2.22.1", 27 "moment": "^2.22.1",
28 "xmlrpc": "^1.3.2" 28 "xmlrpc": "^1.3.2"
29 }, 29 },
30 "devDependencies": { 30 "devDependencies": {
31 "should": "^13.2.1" 31 "should": "^13.2.1"
32 } 32 }
33 } 33 }
34 34