Commit b74376f79daa226661e1c90002f3336ff8f5d8b0
1 parent
23fcd62c4a
Exists in
master
install yahoomessenger
Showing 1 changed file with 2 additions and 1 deletions Inline Diff
package.json
1 | { | 1 | { |
2 | "name": "evo-ym-center", | 2 | "name": "evo-ym-center", |
3 | "version": "0.0.1", | 3 | "version": "0.0.1", |
4 | "description": "EVO YM Center", | 4 | "description": "EVO YM Center", |
5 | "main": "index.js", | 5 | "main": "index.js", |
6 | "scripts": { | 6 | "scripts": { |
7 | "test": "mocha test" | 7 | "test": "mocha test" |
8 | }, | 8 | }, |
9 | "repository": { | 9 | "repository": { |
10 | "type": "git", | 10 | "type": "git", |
11 | "url": "http://gitlab.kodesumber.com/adhisimon/evo-ym-center.git" | 11 | "url": "http://gitlab.kodesumber.com/adhisimon/evo-ym-center.git" |
12 | }, | 12 | }, |
13 | "keywords": [ | 13 | "keywords": [ |
14 | "evo", | 14 | "evo", |
15 | "guchi", | 15 | "guchi", |
16 | "gentong", | 16 | "gentong", |
17 | "yahoo", | 17 | "yahoo", |
18 | "ym", | 18 | "ym", |
19 | "ppob" | 19 | "ppob" |
20 | ], | 20 | ], |
21 | "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", | 21 | "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", |
22 | "license": "BSD", | 22 | "license": "BSD", |
23 | "dependencies": { | 23 | "dependencies": { |
24 | "ini": "~1.3.4" | 24 | "ini": "~1.3.4", |
25 | "yahoomessenger": "~0.1.3-Beta" | ||
25 | } | 26 | } |
26 | } | 27 | } |
27 | 28 |