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