0b219672602dd60c737f4567c1d6812f363e00f7
Gitcub / package.json
{
  "name": "gitcub",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "express": "^4.17.3",
    "pug": "^3.0.2",
    "sqlite3": "^4.2.0"
  }
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17