Commit 1f52abcd25ef77bdaa3bb17dc8c2ed7448ad09b8
1 parent
e1f23562ba
Exists in
master
package.json
Showing 1 changed file with 24 additions and 0 deletions Inline Diff
package.json
File was created | 1 | { | |
2 | "name": "evo-xmpp-center", | ||
3 | "version": "0.0.1", | ||
4 | "description": "EVO XMPP Center", | ||
5 | "main": "index.js", | ||
6 | "scripts": { | ||
7 | "test": "echo \"Error: no test specified\" && exit 1" | ||
8 | }, | ||
9 | "repository": { | ||
10 | "type": "git", | ||
11 | "url": "git@gitlab.kodesumber.com:adhisimon/evo-xmpp-center.git" | ||
12 | }, | ||
13 | "keywords": [ | ||
14 | "evo", | ||
15 | "guchi", | ||
16 | "ppob", | ||
17 | "r97", | ||
18 | "terradata", | ||
19 | "xmpp", | ||
20 | "tbs" | ||
21 | ], | ||
22 | "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", | ||
23 | "license": "BSD" | ||
24 | } | ||
25 |