Blame view

package.json 945 Bytes
c0741a574   Adhidarma Hadiwinoto   Completed
1
2
  {
    "name": "komodo-center-sms",
81312c102   Adhidarma Hadiwinoto   0.9.33
3
    "version": "0.9.33",
c0741a574   Adhidarma Hadiwinoto   Completed
4
5
6
    "description": "SMS center for Komodo",
    "main": "index.js",
    "scripts": {
ef2f568a3   Adhidarma Hadiwinoto   Postversion npm s...
7
8
      "test": "mocha",
      "postversion": "git push && git push --tags"
c0741a574   Adhidarma Hadiwinoto   Completed
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
    },
    "repository": {
      "type": "git",
      "url": "http://gitlab.kodesumber.com/komodo/komodo-center-sms.git"
    },
    "keywords": [
      "komodo",
      "tektrans",
      "ppob",
      "sms"
    ],
    "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
    "license": "ISC",
    "dependencies": {
      "express": "^4.17.1",
      "komodo-center-messaging-client-lib": "git+http://gitlab.kodesumber.com/komodo/komodo-center-messaging-client-lib.git",
      "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git",
4fbfae95f   Adhidarma Hadiwinoto   Messages history
26
      "moment": "^2.24.0",
4a1706c99   Adhidarma Hadiwinoto   Prefixes cached
27
      "node-cache": "^4.2.1",
f53fe083f   Adhidarma Hadiwinoto   Sender chooser algo
28
      "redis": "^2.8.0",
c0741a574   Adhidarma Hadiwinoto   Completed
29
30
31
32
33
34
35
36
37
      "request": "^2.88.0",
      "uuid": "^3.3.2"
    },
    "devDependencies": {
      "eslint": "^6.1.0",
      "mocha": "^6.2.0",
      "should": "^13.2.3"
    }
  }