Commit a8f9701c3906accffd7adb74150fbe6f5d3103b7
1 parent
c45e7a2a7b
Exists in
master
request
Showing 1 changed file with 1 additions and 0 deletions Inline Diff
package.json
1 | { | 1 | { |
2 | "name": "sate24-to-otomax", | 2 | "name": "sate24-to-otomax", |
3 | "version": "1.0.0", | 3 | "version": "1.0.0", |
4 | "description": "ST24 H2H-OUT to Otomax", | 4 | "description": "ST24 H2H-OUT to Otomax", |
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-otomax.git" | 11 | "url": "git@gitlab.kodesumber.com:reload97/sate24-to-otomax.git" |
12 | }, | 12 | }, |
13 | "keywords": [ | 13 | "keywords": [ |
14 | "st24", | 14 | "st24", |
15 | "ppob", | 15 | "ppob", |
16 | "reload97", | 16 | "reload97", |
17 | "r97", | 17 | "r97", |
18 | "otomax" | 18 | "otomax" |
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.75.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 | } | 27 | } |
27 | 28 |