Commit f3dfcccfe471c97afc2931e3297e1d02aead2387
1 parent
0ca6b590af
Exists in
master
0.25.15
Showing 1 changed file with 1 additions and 1 deletions Inline Diff
package.json
1 | { | 1 | { |
2 | "name": "sate24", | 2 | "name": "sate24", |
3 | "version": "0.25.14", | 3 | "version": "0.25.15", |
4 | "description": "Libraries to communicate with ST24", | 4 | "description": "Libraries to communicate with ST24", |
5 | "main": "aaa.js", | 5 | "main": "aaa.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:reload97/node-sate24.git" | 12 | "url": "git@gitlab.kodesumber.com:reload97/node-sate24.git" |
13 | }, | 13 | }, |
14 | "keywords": [ | 14 | "keywords": [ |
15 | "st24", | 15 | "st24", |
16 | "ppob", | 16 | "ppob", |
17 | "reload97" | 17 | "reload97" |
18 | ], | 18 | ], |
19 | "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", | 19 | "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", |
20 | "license": "BSD", | 20 | "license": "BSD", |
21 | "dependencies": { | 21 | "dependencies": { |
22 | "circular-buffer": "^1.0.2", | 22 | "circular-buffer": "^1.0.2", |
23 | "fs-extra": "~0.24.0", | 23 | "fs-extra": "~0.24.0", |
24 | "ini": "~1.3.4", | 24 | "ini": "~1.3.4", |
25 | "iniparser": "~1.0.5", | 25 | "iniparser": "~1.0.5", |
26 | "javascript-natural-sort": "^0.7.1", | 26 | "javascript-natural-sort": "^0.7.1", |
27 | "lru-cache": "^4.0.1", | 27 | "lru-cache": "^4.0.1", |
28 | "minimist": "~1.2.0", | 28 | "minimist": "~1.2.0", |
29 | "moment": "^2.14.1", | 29 | "moment": "^2.14.1", |
30 | "mongodb": "^2.1.20", | 30 | "mongodb": "^2.1.20", |
31 | "node-simple-router": "~0.9.4-2", | 31 | "node-simple-router": "~0.9.4-2", |
32 | "pkginfo": "^0.4.0", | 32 | "pkginfo": "^0.4.0", |
33 | "redis": "~0.12.1", | 33 | "redis": "~0.12.1", |
34 | "request": "~2.60.0", | 34 | "request": "~2.60.0", |
35 | "strftime": "~0.9.2", | 35 | "strftime": "~0.9.2", |
36 | "winston": "~1.0.1" | 36 | "winston": "~1.0.1" |
37 | }, | 37 | }, |
38 | "devDependencies": { | 38 | "devDependencies": { |
39 | "should": "^10.0.0" | 39 | "should": "^10.0.0" |
40 | } | 40 | } |
41 | } | 41 | } |
42 | 42 |