Commit 67b8ffaad0e9595735489c81ac78c0e52fe9dc0e
1 parent
a550fb2fe5
Exists in
master
require iniparser
Showing 1 changed file with 2 additions and 1 deletions Inline Diff
package.json
1 | { | 1 | { |
2 | "name": "sate24-to-datacell", | 2 | "name": "sate24-to-datacell", |
3 | "version": "0.0.1", | 3 | "version": "0.0.1", |
4 | "description": "ST24 to Datacell", | 4 | "description": "ST24 to Datacell", |
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-datacell.git" | 11 | "url": "git@gitlab.kodesumber.com:reload97/sate24-to-datacell.git" |
12 | }, | 12 | }, |
13 | "keywords": [ | 13 | "keywords": [ |
14 | "datacell", | 14 | "datacell", |
15 | "ppob", | 15 | "ppob", |
16 | "st24" | 16 | "st24" |
17 | ], | 17 | ], |
18 | "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", | 18 | "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>", |
19 | "license": "BSD", | 19 | "license": "BSD", |
20 | "dependencies": { | 20 | "dependencies": { |
21 | "sate24": "git+http://git@gitlab.kodesumber.com/reload97/node-sate24.git" | 21 | "sate24": "git+http://git@gitlab.kodesumber.com/reload97/node-sate24.git", |
22 | "iniparser": "~1.0.5" | ||
22 | } | 23 | } |
23 | } | 24 | } |
24 | 25 |