Commit 1e9fd7d8590f3ccbbe976a0d4fe60cf70377938b
1 parent
53db771a4c
Exists in
master
ready to code
Showing 4 changed files with 35 additions and 0 deletions Side-by-side Diff
.gitignore
index.js
logs/empty
package.json
... | ... | @@ -0,0 +1,29 @@ |
1 | +{ | |
2 | + "name": "sate24-to-ym", | |
3 | + "version": "1.0.0", | |
4 | + "description": "ST24 to YM H2H Out", | |
5 | + "main": "index.js", | |
6 | + "scripts": { | |
7 | + "test": "mocha" | |
8 | + }, | |
9 | + "repository": { | |
10 | + "type": "git", | |
11 | + "url": "git@gitlab.kodesumber.com:reload97/sate24-to-ym.git" | |
12 | + }, | |
13 | + "keywords": [ | |
14 | + "st24", | |
15 | + "reload97", | |
16 | + "r97", | |
17 | + "yahoo", | |
18 | + "ym", | |
19 | + "yahoomessenger", | |
20 | + "ppob" | |
21 | + ], | |
22 | + "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", | |
23 | + "license": "ISC", | |
24 | + "dependencies": { | |
25 | + "sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git", | |
26 | + "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git", | |
27 | + "yahoomessenger": "^0.1.3-Beta" | |
28 | + } | |
29 | +} |