Commit 696e15b26c8a9193ba69fda89e6c2ad2496f0df6
1 parent
cb1b5f2c73
Exists in
master
add some files
Showing 2 changed files with 27 additions and 0 deletions Side-by-side Diff
.gitignore
... | ... | @@ -0,0 +1 @@ |
1 | +node_modules |
package.json
... | ... | @@ -0,0 +1,26 @@ |
1 | +{ | |
2 | + "name": "store-dompul-stock", | |
3 | + "version": "0.0.1", | |
4 | + "description": "Store DOMPUL stock in Redis", | |
5 | + "main": "index.js", | |
6 | + "scripts": { | |
7 | + "test": "node test.js" | |
8 | + }, | |
9 | + "repository": { | |
10 | + "type": "git", | |
11 | + "url": "git@gitlab.kodesumber.com:reload97/store-dompul-stock.git" | |
12 | + }, | |
13 | + "keywords": [ | |
14 | + "Reload97", | |
15 | + "ST24", | |
16 | + "PPOB", | |
17 | + "Server", | |
18 | + "Pulsa" | |
19 | + ], | |
20 | + "author": "Adhidarma Hadiwinoto", | |
21 | + "license": "BSD", | |
22 | + "dependencies": { | |
23 | + "redis": "~0.12.1", | |
24 | + "hiredis": "~0.3.0" | |
25 | + } | |
26 | +} |