Commit fd60275efaad2e0748fddd82cfbead619f8f979f
1 parent
9f57b6b1f6
Exists in
master
mongodb
Showing 1 changed file with 12 additions and 11 deletions Side-by-side Diff
package.json
... | ... | @@ -21,23 +21,24 @@ |
21 | 21 | "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", |
22 | 22 | "license": "BSD", |
23 | 23 | "dependencies": { |
24 | - "mocha": "~2.2.5", | |
25 | - "request": "~2.57.0", | |
24 | + "fs": "0.0.2", | |
25 | + "ini": "~1.3.4", | |
26 | 26 | "iniparser": "~1.0.5", |
27 | 27 | "mathjs": "~1.7.0", |
28 | - "xmlrpc": "~1.3.1", | |
29 | - "xml2js": "~0.4.9", | |
28 | + "minimist": "~1.2.0", | |
29 | + "mocha": "~2.2.5", | |
30 | + "mongodb": "^2.1.16", | |
31 | + "parse5": "~2.1.4", | |
30 | 32 | "redis": "~0.12.1", |
33 | + "request": "~2.57.0", | |
31 | 34 | "sate24": "git+http://git@gitlab.kodesumber.com/reload97/node-sate24.git", |
32 | - "winston": "~1.0.1", | |
33 | - "ini": "~1.3.4", | |
34 | - "fs": "0.0.2", | |
35 | 35 | "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git", |
36 | 36 | "strftime": "~0.9.2", |
37 | - "parse5": "~2.1.4", | |
38 | - "xpath": "0.0.21", | |
39 | - "xmlserializer": "~0.3.3", | |
37 | + "winston": "~1.0.1", | |
38 | + "xml2js": "~0.4.9", | |
40 | 39 | "xmldom": "~0.1.21", |
41 | - "minimist": "~1.2.0" | |
40 | + "xmlrpc": "~1.3.1", | |
41 | + "xmlserializer": "~0.3.3", | |
42 | + "xpath": "0.0.21" | |
42 | 43 | } |
43 | 44 | } |