Commit f84bee2affa29ffd58d4c79869eed85bae7a50bc

Authored by Adhidarma Hadiwinoto
1 parent ec5b5d0035
Exists in master

simple-xmpp

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

1 { 1 {
2 "name": "evo-xmpp-center", 2 "name": "evo-xmpp-center",
3 "version": "0.0.1", 3 "version": "0.0.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 "request": "~2.67.0", 25 "request": "~2.67.0",
26 "url": "~0.11.0", 26 "url": "~0.11.0",
27 "ini": "~1.3.4", 27 "ini": "~1.3.4",
28 "strftime": "~0.9.2", 28 "strftime": "~0.9.2",
29 "xmpp": "0.0.8", 29 "winston": "~2.1.1",
30 "winston": "~2.1.1" 30 "simple-xmpp": "~1.2.0"
31 } 31 }
32 } 32 }
33 33