Commit 5fb87768ebed928f50fae65bc5f7a535e3b7d383
1 parent
1caba187c2
Exists in
master
require mongodb
Showing 1 changed file with 1 additions and 0 deletions Inline Diff
package.json
1 | { | 1 | { |
2 | "name": "sate24-to-kospinjasa", | 2 | "name": "sate24-to-kospinjasa", |
3 | "version": "1.0.0", | 3 | "version": "1.0.0", |
4 | "description": "ST24 to Kospin JASA", | 4 | "description": "ST24 to Kospin JASA", |
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-kospinjasa.git" | 11 | "url": "git@gitlab.kodesumber.com:reload97/sate24-to-kospinjasa.git" |
12 | }, | 12 | }, |
13 | "keywords": [ | 13 | "keywords": [ |
14 | "st24", | 14 | "st24", |
15 | "reload97", | 15 | "reload97", |
16 | "r97", | 16 | "r97", |
17 | "ppob", | 17 | "ppob", |
18 | "kospinjasa" | 18 | "kospinjasa" |
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 | "easysoap": "^1.0.5", | 23 | "easysoap": "^1.0.5", |
24 | "ini": "^1.3.4", | 24 | "ini": "^1.3.4", |
25 | "moment": "^2.13.0", | 25 | "moment": "^2.13.0", |
26 | "mongodb": "^2.1.19", | ||
26 | "sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git", | 27 | "sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git", |
27 | "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git", | 28 | "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git", |
28 | "soap": "^0.15.0", | 29 | "soap": "^0.15.0", |
29 | "whiskers": "^0.3.3", | 30 | "whiskers": "^0.3.3", |
30 | "winston": "^2.2.0" | 31 | "winston": "^2.2.0" |
31 | }, | 32 | }, |
32 | "devDependencies": { | 33 | "devDependencies": { |
33 | "mocha": "^2.4.5", | 34 | "mocha": "^2.4.5", |
34 | "should": "^8.3.2" | 35 | "should": "^8.3.2" |
35 | } | 36 | } |
36 | } | 37 | } |
37 | 38 |