Commit 717f59a8abc6184e86cbbc37f89dade56ac0067f
1 parent
312e91e847
Exists in
master
remove sync
Showing 1 changed file with 1 additions and 2 deletions Inline Diff
package.json
1 | { | 1 | { |
2 | "name": "r97-supplier-balances", | 2 | "name": "r97-supplier-balances", |
3 | "version": "0.0.1", | 3 | "version": "0.0.1", |
4 | "description": "List supplier's balances", | 4 | "description": "List supplier's balances", |
5 | "main": "index.js", | 5 | "main": "index.js", |
6 | "scripts": { | 6 | "scripts": { |
7 | "test": "echo \"Error: no test specified\" && exit 1" | 7 | "test": "echo \"Error: no test specified\" && exit 1" |
8 | }, | 8 | }, |
9 | "repository": { | 9 | "repository": { |
10 | "type": "git", | 10 | "type": "git", |
11 | "url": "git@gitlab.kodesumber.com:reload97/r97-supplier-balances.git" | 11 | "url": "git@gitlab.kodesumber.com:reload97/r97-supplier-balances.git" |
12 | }, | 12 | }, |
13 | "keywords": [ | 13 | "keywords": [ |
14 | "reload97", | 14 | "reload97", |
15 | "r97" | 15 | "r97" |
16 | ], | 16 | ], |
17 | "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", | 17 | "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", |
18 | "license": "BSD", | 18 | "license": "BSD", |
19 | "dependencies": { | 19 | "dependencies": { |
20 | "redis": "~1.0.0", | 20 | "redis": "~1.0.0", |
21 | "iniparser": "~1.0.5", | 21 | "iniparser": "~1.0.5", |
22 | "whiskers": "~0.3.3", | 22 | "whiskers": "~0.3.3", |
23 | "express": "~4.13.3", | 23 | "express": "~4.13.3" |
24 | "sync": "~0.2.5" | ||
25 | } | 24 | } |
26 | } | 25 | } |
27 | 26 |