Commit 14131d0cada5f32e43b11a6002d19f0b46f5da0d
1 parent
8e6c3682cd
Exists in
master
1.0.2
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
package.json
1 | { | 1 | { |
2 | "name": "sate24-neoxmlin", | 2 | "name": "sate24-neoxmlin", |
3 | "version": "1.0.1", | 3 | "version": "1.0.2", |
4 | "description": "Drop-in replacement for ST24 XML-RPC in", | 4 | "description": "Drop-in replacement for ST24 XML-RPC in", |
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-neoxmlin.git" | 11 | "url": "git@gitlab.kodesumber.com:reload97/sate24-neoxmlin.git" |
12 | }, | 12 | }, |
13 | "keywords": [ | 13 | "keywords": [ |
14 | "r97", | 14 | "r97", |
15 | "reload97", | 15 | "reload97", |
16 | "st24", | 16 | "st24", |
17 | "ppob", | 17 | "ppob", |
18 | "xmlrpc", | 18 | "xmlrpc", |
19 | "xmlin" | 19 | "xmlin" |
20 | ], | 20 | ], |
21 | "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", | 21 | "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", |
22 | "license": "ISC", | 22 | "license": "ISC", |
23 | "dependencies": { | 23 | "dependencies": { |
24 | "lru-cache": "^4.0.1", | 24 | "lru-cache": "^4.0.1", |
25 | "oracledb": "^1.9.3", | 25 | "oracledb": "^1.9.3", |
26 | "request": "^2.72.0", | 26 | "request": "^2.72.0", |
27 | "strftime": "^0.9.2", | 27 | "strftime": "^0.9.2", |
28 | "winston": "^2.2.0", | 28 | "winston": "^2.2.0", |
29 | "winston-daily-rotate-file": "^1.1.1", | 29 | "winston-daily-rotate-file": "^1.1.1", |
30 | "xml2js": "^0.4.16", | 30 | "xml2js": "^0.4.16", |
31 | "xmlrpc": "^1.3.1" | 31 | "xmlrpc": "^1.3.1" |
32 | }, | 32 | }, |
33 | "devDependencies": { | 33 | "devDependencies": { |
34 | "should": "^9.0.0" | 34 | "should": "^9.0.0" |
35 | } | 35 | } |
36 | } | 36 | } |
37 | 37 |