Commit d22be434ef068cb70953852733af7b94a368d625

Authored by Adhidarma Hadiwinoto
1 parent c6394b2576
Exists in master

request

Showing 1 changed file with 1 additions and 0 deletions Inline Diff

1 { 1 {
2 "name": "sate24-to-bayarkilat", 2 "name": "sate24-to-bayarkilat",
3 "version": "1.0.0", 3 "version": "1.0.0",
4 "description": "ST24 ke BayarKilat.com", 4 "description": "ST24 ke BayarKilat.com",
5 "main": "index.js", 5 "main": "index.js",
6 "scripts": { 6 "scripts": {
7 "test": "mocha" 7 "test": "mocha"
8 }, 8 },
9 "repository": { 9 "repository": {
10 "type": "git", 10 "type": "git",
11 "url": "git@gitlab.kodesumber.com:reload97/sate24-to-bayarkilat.git" 11 "url": "git@gitlab.kodesumber.com:reload97/sate24-to-bayarkilat.git"
12 }, 12 },
13 "keywords": [ 13 "keywords": [
14 "st24", 14 "st24",
15 "ppob", 15 "ppob",
16 "reload97", 16 "reload97",
17 "r97", 17 "r97",
18 "bayarkilat" 18 "bayarkilat"
19 ], 19 ],
20 "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", 20 "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
21 "license": "ISC", 21 "license": "ISC",
22 "dependencies": { 22 "dependencies": {
23 "request": "^2.72.0",
23 "sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git", 24 "sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git",
24 "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git" 25 "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git"
25 }, 26 },
26 "devDependencies": { 27 "devDependencies": {
27 "should": "^9.0.2" 28 "should": "^9.0.2"
28 } 29 }
29 } 30 }
30 31