Commit 177eadf8d906af7c264598f8bc46a45f26f7ca55
1 parent
63634f75f4
Exists in
master
Postversion script on package.json
Showing 1 changed file with 2 additions and 1 deletions Inline Diff
package.json
1 | { | 1 | { |
2 | "name": "komodo-gw-mkios", | 2 | "name": "komodo-gw-mkios", |
3 | "version": "0.9.0", | 3 | "version": "0.9.0", |
4 | "description": "Komodo gateway to Telkomsel MKIOS chip", | 4 | "description": "Komodo gateway to Telkomsel MKIOS chip", |
5 | "main": "index.js", | 5 | "main": "index.js", |
6 | "scripts": { | 6 | "scripts": { |
7 | "test": "mocha" | 7 | "test": "mocha", |
8 | "postversion": "git push && git push --tags" | ||
8 | }, | 9 | }, |
9 | "repository": { | 10 | "repository": { |
10 | "type": "git", | 11 | "type": "git", |
11 | "url": "git@gitlab.kodesumber.com:komodo/komodo-gw-mkios.git" | 12 | "url": "git@gitlab.kodesumber.com:komodo/komodo-gw-mkios.git" |
12 | }, | 13 | }, |
13 | "keywords": [ | 14 | "keywords": [ |
14 | "komodo", | 15 | "komodo", |
15 | "tektrans", | 16 | "tektrans", |
16 | "ppob", | 17 | "ppob", |
17 | "telkomsel", | 18 | "telkomsel", |
18 | "mkios", | 19 | "mkios", |
19 | "ussd", | 20 | "ussd", |
20 | "gsm" | 21 | "gsm" |
21 | ], | 22 | ], |
22 | "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", | 23 | "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", |
23 | "license": "SEE LICENSE IN LICENSE.txt", | 24 | "license": "SEE LICENSE IN LICENSE.txt", |
24 | "dependencies": { | 25 | "dependencies": { |
25 | "cron": "^1.3.0", | 26 | "cron": "^1.3.0", |
26 | "express": "^4.16.3", | 27 | "express": "^4.16.3", |
27 | "jsesc": "^2.5.1", | 28 | "jsesc": "^2.5.1", |
28 | "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git", | 29 | "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git", |
29 | "moment": "^2.22.2", | 30 | "moment": "^2.22.2", |
30 | "nunjucks": "^3.1.3", | 31 | "nunjucks": "^3.1.3", |
31 | "serialport": "^6.2.2", | 32 | "serialport": "^6.2.2", |
32 | "sqlite3": "^4.0.2" | 33 | "sqlite3": "^4.0.2" |
33 | }, | 34 | }, |
34 | "devDependencies": { | 35 | "devDependencies": { |
35 | "should": "^13.2.3" | 36 | "should": "^13.2.3" |
36 | } | 37 | } |
37 | } | 38 | } |
38 | 39 |