-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 883 Bytes
/
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
{
"name": "five-n-dime",
"version": "1.0.0",
"description": "\"Platform to connect people with the local Shops\"",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DynamicGreedy/five-n-dime.git"
},
"author": "\"minions\"",
"license": "ISC",
"bugs": {
"url": "https://github.com/DynamicGreedy/five-n-dime/issues"
},
"homepage": "https://github.com/DynamicGreedy/five-n-dime#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"fast-two-sms": "^2.1.0",
"mongoose": "^5.10.6",
"passport": "^0.4.1",
"passport-local": "^1.0.0",
"path": "^0.12.7"
}
}