aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 48187edcc0294a12e86bb145df56efc98a738870 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "http-listener",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "start": "nodemon index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "bin": {
      "http-listener": "./index.js"
  },
  "license": "ISC",
  "dependencies": {
    "express": "^4.16.4",
    "minimist": "^1.2.0",
    "morgan": "^1.9.1",
    "nodemon": "^1.18.10"
  }
}