Blame view

package.json 861 Bytes
ab5828535   Adhidarma Hadiwinoto   Ready to rock
1
2
  {
    "name": "komodo-center-httpget-x",
35895eb68   Adhidarma Hadiwinoto   0.9.2
3
    "version": "0.9.2",
ab5828535   Adhidarma Hadiwinoto   Ready to rock
4
5
6
    "description": "Komodo center for HTTP GET - Rewrited",
    "main": "index.js",
    "scripts": {
c9bbd355b   Adhidarma Hadiwinoto   Postversion script
7
8
      "test": "mocha",
      "postversion": "git push && git push --tags"
ab5828535   Adhidarma Hadiwinoto   Ready to rock
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
    },
    "repository": {
      "type": "git",
      "url": "git@gitlab.kodesumber.com:komodo/komodo-center-httpget-x.git"
    },
    "keywords": [
      "komodo",
      "ppob",
      "tektrans",
      "center",
      "http",
      "httpget"
    ],
    "author": "Adhidarma Hadiwinoto <me@adhisimon.org>",
    "license": "ISC",
    "devDependencies": {
      "eslint": "^6.1.0",
      "eslint-config-airbnb-base": "^14.0.0",
      "eslint-plugin-import": "^2.18.2"
    },
    "dependencies": {
      "express": "^4.17.1",
      "komodo-sdk": "git+http://gitlab.kodesumber.com/komodo/komodo-sdk.git",
      "moment": "^2.24.0",
      "request": "^2.88.0",
      "uniqid": "^5.0.3"
    }
  }