Commit cf3f45b71202c85884620f6cf16ab9bb1e0410b5
1 parent
88895ea42f
Exists in
master
lru-cache
Showing 1 changed file with 1 additions and 0 deletions Inline Diff
package.json
1 | { | 1 | { |
2 | "name": "sate24-to-sc", | 2 | "name": "sate24-to-sc", |
3 | "version": "0.0.4", | 3 | "version": "0.0.4", |
4 | "description": "ST24 to SimpleConnect H2H OUT", | 4 | "description": "ST24 to SimpleConnect H2H OUT", |
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-sc.git" | 11 | "url": "git@gitlab.kodesumber.com:reload97/sate24-to-sc.git" |
12 | }, | 12 | }, |
13 | "keywords": [ | 13 | "keywords": [ |
14 | "st24", | 14 | "st24", |
15 | "reload97", | 15 | "reload97", |
16 | "ppob", | 16 | "ppob", |
17 | "h2h", | 17 | "h2h", |
18 | "m2m", | 18 | "m2m", |
19 | "xmlrpc" | 19 | "xmlrpc" |
20 | ], | 20 | ], |
21 | "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", | 21 | "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", |
22 | "license": "BSD", | 22 | "license": "BSD", |
23 | "dependencies": { | 23 | "dependencies": { |
24 | "fs": "0.0.2", | 24 | "fs": "0.0.2", |
25 | "ini": "~1.3.4", | 25 | "ini": "~1.3.4", |
26 | "iniparser": "~1.0.5", | 26 | "iniparser": "~1.0.5", |
27 | "lru-cache": "^4.0.1", | ||
27 | "mathjs": "~1.7.0", | 28 | "mathjs": "~1.7.0", |
28 | "minimist": "~1.2.0", | 29 | "minimist": "~1.2.0", |
29 | "mocha": "~2.2.5", | 30 | "mocha": "~2.2.5", |
30 | "mongodb": "^2.1.16", | 31 | "mongodb": "^2.1.16", |
31 | "parse5": "~2.1.4", | 32 | "parse5": "~2.1.4", |
32 | "redis": "^0.12.1", | 33 | "redis": "^0.12.1", |
33 | "request": "~2.57.0", | 34 | "request": "~2.57.0", |
34 | "sate24": "git+http://git@gitlab.kodesumber.com/reload97/node-sate24.git", | 35 | "sate24": "git+http://git@gitlab.kodesumber.com/reload97/node-sate24.git", |
35 | "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git", | 36 | "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git", |
36 | "strftime": "~0.9.2", | 37 | "strftime": "~0.9.2", |
37 | "winston": "~1.0.1", | 38 | "winston": "~1.0.1", |
38 | "xml2js": "~0.4.9", | 39 | "xml2js": "~0.4.9", |
39 | "xmldom": "~0.1.21", | 40 | "xmldom": "~0.1.21", |
40 | "xmlrpc": "~1.3.1", | 41 | "xmlrpc": "~1.3.1", |
41 | "xmlserializer": "~0.3.3", | 42 | "xmlserializer": "~0.3.3", |
42 | "xpath": "0.0.21" | 43 | "xpath": "0.0.21" |
43 | } | 44 | } |
44 | } | 45 | } |
45 | 46 |