Commit 5d7389c4970eb190f2dd695f8456544c9f5c7345

Authored by Adhidarma Hadiwinoto
1 parent bd2d08d1f6
Exists in master

require xmlrpc

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

1 { 1 {
2 "name": "sate24-to-vre", 2 "name": "sate24-to-vre",
3 "version": "0.0.1", 3 "version": "0.0.1",
4 "description": "ST24 to VRE", 4 "description": "ST24 to VRE",
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:reload97/sate24-to-vre.git" 11 "url": "git@gitlab.kodesumber.com:reload97/sate24-to-vre.git"
12 }, 12 },
13 "keywords": [ 13 "keywords": [
14 "st24", 14 "st24",
15 "reload97", 15 "reload97",
16 "r97", 16 "r97",
17 "ppob", 17 "ppob",
18 "vre", 18 "vre",
19 "m2m", 19 "m2m",
20 "h2h" 20 "h2h"
21 ], 21 ],
22 "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", 22 "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>",
23 "license": "BSD", 23 "license": "BSD",
24 "dependencies": { 24 "dependencies": {
25 "fs": "0.0.2", 25 "fs": "0.0.2",
26 "ini": "~1.3.4", 26 "ini": "~1.3.4",
27 "sate24": "git+http://git@gitlab.kodesumber.com/reload97/node-sate24.git", 27 "sate24": "git+http://git@gitlab.kodesumber.com/reload97/node-sate24.git",
28 "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git" 28 "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git",
29 "xmlrpc": "~1.3.1"
29 } 30 }
30 } 31 }
31 32