package.json
946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "sate24",
"version": "0.30.2",
"description": "Libraries to communicate with ST24",
"main": "aaa.js",
"scripts": {
"test": "mocha",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git@gitlab.kodesumber.com:reload97/node-sate24.git"
},
"keywords": [
"st24",
"ppob",
"reload97"
],
"author": "Adhidarma Hadiwinoto <gua@adhisimon.org>",
"license": "BSD",
"dependencies": {
"circular-buffer": "^1.0.2",
"fs-extra": "~0.24.0",
"ini": "~1.3.4",
"iniparser": "~1.0.5",
"javascript-natural-sort": "^0.7.1",
"lru-cache": "^4.0.1",
"minimist": "~1.2.0",
"moment": "^2.14.1",
"mongodb": "^2.1.20",
"node-simple-router": "~0.9.4-2",
"pkginfo": "^0.4.0",
"redis": "~0.12.1",
"request": "~2.60.0",
"strftime": "~0.9.2",
"winston": "~1.0.1"
},
"devDependencies": {
"should": "^10.0.0"
}
}