Blame view

package.json 947 Bytes
63b11149e   Adhidarma Hadiwinoto   ready to rock
1
2
  {
    "name": "komodo-center-xmpp-messaging",
78354f6eb   Adhidarma Hadiwinoto   0.10.3
3
    "version": "0.10.3",
63b11149e   Adhidarma Hadiwinoto   ready to rock
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
    "description": "XMPP transport for Komodo center via messaging service",
    "main": "index.js",
    "scripts": {
      "test": "mocha",
      "postversion": "git push && git push --tags"
    },
    "repository": {
      "type": "git",
      "url": "git@gitlab.kodesumber.com:komodo/komodo-center-xmpp-messaging.git"
    },
    "keywords": [
      "komodo",
      "tektrans",
      "ppob",
      "xmpp",
      "messaging"
    ],
    "author": "Adhidarma Hadiwinoto",
    "license": "ISC",
    "devDependencies": {
537d5f6e8   Adhidarma Hadiwinoto   Eslint
24
25
26
      "eslint": "^7.32.0",
      "eslint-config-airbnb-base": "^14.2.1",
      "eslint-plugin-import": "^2.25.2"
63b11149e   Adhidarma Hadiwinoto   ready to rock
27
28
    },
    "dependencies": {
8ef0a5382   Adhidarma Hadiwinoto   Update center mes...
29
      "komodo-center-messaging-client-lib": "git+https://gitlab.kodesumber.com/komodo/komodo-center-messaging-client-lib.git",
537d5f6e8   Adhidarma Hadiwinoto   Eslint
30
      "komodo-sdk": "^1.43.8",
d9749b74e   Adhidarma Hadiwinoto   Add kill-on-idle
31
      "moment": "^2.29.1",
537d5f6e8   Adhidarma Hadiwinoto   Eslint
32
      "simple-xmpp": "^1.3.1",
fa547d305   Adhidarma Hadiwinoto   Add custom-ping
33
34
      "tektrans-logger": "^1.2.2",
      "uniqid": "^5.4.0"
63b11149e   Adhidarma Hadiwinoto   ready to rock
35
36
    }
  }