Commit 4c4f19cc8a462ac3922f6727e86aac990d7dea2a

Authored by Adhidarma Hadiwinoto
1 parent 33cd5976ee
Exists in master

0.1.1

Showing 1 changed file with 1 additions and 1 deletions Inline Diff

1 { 1 {
2 "name": "evo-xmpp-center", 2 "name": "evo-xmpp-center",
3 "version": "0.1.0", 3 "version": "0.1.1",
4 "description": "EVO XMPP Center", 4 "description": "EVO XMPP Center",
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1" 7 "test": "echo \"Error: no test specified\" && exit 1"
8 }, 8 },
9 "repository": { 9 "repository": {
10 "type": "git", 10 "type": "git",
11 "url": "git@gitlab.kodesumber.com:adhisimon/evo-xmpp-center.git" 11 "url": "git@gitlab.kodesumber.com:adhisimon/evo-xmpp-center.git"
12 }, 12 },
13 "keywords": [ 13 "keywords": [
14 "evo", 14 "evo",
15 "guchi", 15 "guchi",
16 "ppob", 16 "ppob",
17 "r97", 17 "r97",
18 "terradata", 18 "terradata",
19 "xmpp", 19 "xmpp",
20 "tbs" 20 "tbs"
21 ], 21 ],
22 "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", 22 "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>",
23 "license": "BSD", 23 "license": "BSD",
24 "dependencies": { 24 "dependencies": {
25 "body-parser": "^1.15.2", 25 "body-parser": "^1.15.2",
26 "express": "^4.14.0", 26 "express": "^4.14.0",
27 "ini": "~1.3.4", 27 "ini": "~1.3.4",
28 "nunjucks": "^2.4.2", 28 "nunjucks": "^2.4.2",
29 "request": "~2.67.0", 29 "request": "~2.67.0",
30 "simple-xmpp": "~1.2.0", 30 "simple-xmpp": "~1.2.0",
31 "strftime": "~0.9.2", 31 "strftime": "~0.9.2",
32 "url": "~0.11.0", 32 "url": "~0.11.0",
33 "winston": "~1.1.1" 33 "winston": "~1.1.1"
34 } 34 }
35 } 35 }
36 36