-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.09 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.09 KB
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
47
{
"name": "skrypt",
"version": "0.0.1",
"description": "A social network for MAXX Apprentices and Alumni",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "set DEBUG=* && nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/j-poff/skrypt.git"
},
"keywords": [
"social",
"network",
"maxx"
],
"author": "MAXX Potential",
"license": "ISC",
"bugs": {
"url": "https://github.com/j-poff/skrypt/issues"
},
"homepage": "https://github.com/j-poff/skrypt#readme",
"dependencies": {
"bcrypt": "^2.0.1",
"body-parser": "^1.18.3",
"cookie-parser": "^1.4.3",
"dotenv": "^6.0.0",
"ejs": "^2.6.1",
"ejs-lint": "^0.3.0",
"express": "^4.16.3",
"fs": "0.0.1-security",
"helmet": "^3.14.0",
"jquery": "^3.3.1",
"jsonwebtoken": "^8.3.0",
"mongodb": "^3.0.10",
"mongoose": "^5.1.5",
"multer": "^1.3.1",
"node-rsa": "^1.0.0",
"popper.js": "^1.14.3",
"redis": "^2.8.0"
},
"devDependencies": {
"nodemon": "^1.17.5"
}
}