aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: 49897916829905d9bea52166426ad0d166a0a61e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "markskitchen",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "run": "sudo nodejs src/"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "bootstrap": "^4.1.3",
    "express": "^4.16.4",
    "request": "^2.88.0"
  }
}