-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.12 KB
/
package.json
1
2
3
4
5
6
7
8
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
37
38
39
40
41
42
43
44
45
46
{
"name": "conspiracy-book",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"author": "Not the Goverment ;)",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"consolidate": "^0.15.1",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-sequelize": "0.0.4",
"multer": "^1.4.2",
"mysql2": "^2.1.0",
"pug": "^3.0.0",
"sequelize": "^5.21.13",
"sqlite3": "https://github.com/mapbox/node-sqlite3/tarball/master"
},
"devDependencies": {
"eslint": "^7.2.0",
"faker": "^4.1.0",
"jest": "^26.0.1",
"jshint": "^2.11.1",
"lodash.random": "^3.2.0",
"lodash.times": "^4.3.2",
"newman": "^5.1.0",
"nodemon": "^2.0.4",
"sequelize-cli": "^5.5.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wronghandedryan/conspiracybook.git"
},
"keywords": [
"conspiracy-book"
],
"bugs": {
"url": "https://github.com/wronghandedryan/conspiracybook/issues"
},
"homepage": "https://github.com/wronghandedryan/conspiracybook#readme",
"description": ""
}