Commit b244e0e89cdab9211b327e3ac88de8afea31744c

Authored by Adhidarma Hadiwinoto
1 parent 78ab9ceebf
Exists in master

Refactoring package name

Showing 1 changed file with 3 additions and 3 deletions Inline Diff

1 { 1 {
2 "name": "komodo-handler-sms", 2 "name": "komodo-modem-sms",
3 "version": "0.9.2", 3 "version": "0.9.2",
4 "description": "Generic SMS handler / driver", 4 "description": "Generic SMS modem driver",
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 "postversion": "git push && git push --tags"
9 }, 9 },
10 "repository": { 10 "repository": {
11 "type": "git", 11 "type": "git",
12 "url": "http://gitlab.kodesumber.com/komodo/komodo-handler-sms.git" 12 "url": "http://gitlab.kodesumber.com/komodo/komodo-modem-sms.git"
13 }, 13 },
14 "keywords": [ 14 "keywords": [
15 "komodo", 15 "komodo",
16 "sms", 16 "sms",
17 "tektrans", 17 "tektrans",
18 "ppob" 18 "ppob"
19 ], 19 ],
20 "author": "Adhidarma Hadiwinoto <me@adhisimon.org>", 20 "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
21 "license": "ISC", 21 "license": "ISC",
22 "devDependencies": { 22 "devDependencies": {
23 "eslint": "^5.16.0", 23 "eslint": "^5.16.0",
24 "eslint-config-airbnb-base": "^13.2.0", 24 "eslint-config-airbnb-base": "^13.2.0",
25 "eslint-plugin-import": "^2.18.2", 25 "eslint-plugin-import": "^2.18.2",
26 "should": "^13.2.3" 26 "should": "^13.2.3"
27 }, 27 },
28 "dependencies": { 28 "dependencies": {
29 "@serialport/parser-delimiter": "^2.0.2", 29 "@serialport/parser-delimiter": "^2.0.2",
30 "@serialport/parser-readline": "^2.0.2", 30 "@serialport/parser-readline": "^2.0.2",
31 "express": "^4.17.1", 31 "express": "^4.17.1",
32 "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git", 32 "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git",
33 "locks": "^0.2.2", 33 "locks": "^0.2.2",
34 "moment": "^2.24.0", 34 "moment": "^2.24.0",
35 "request": "^2.88.0", 35 "request": "^2.88.0",
36 "serialport": "^7.1.5", 36 "serialport": "^7.1.5",
37 "serialport-gsm": "^3.2.0" 37 "serialport-gsm": "^3.2.0"
38 } 38 }
39 } 39 }
40 40