-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 1.36 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
{
"name": "thoughts42dayp2",
"version": "1.0.0",
"description": "Thoughts42Day is an application created to be a safe interactive space for entrepreneurs to collaborate on business venture and creative ideas without being subjected to negative comenets, destructive criticism or cyber-bullying from other users. The creative idea behind Thoughts42Day, is that this app provides an innovative way to be a digital notepad allowing users to create and archive their thoughts and retrieve them at their leisure for meetings or general purposes.",
"main": "passport.js",
"directories": {
"test": "test"
},
"dependencies": {
"auth0-js": "^9.6.0",
"body-parser": "^1.18.3",
"chai": "^4.1.2",
"connect-ensure-login": "^0.1.1",
"docker": "^1.0.0",
"express": "^4.16.3",
"express-handlebars": "^3.0.0",
"mysql": "^2.15.0",
"mysql2": "^1.5.3",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"sequelize": "^4.37.10"
},
"devDependencies": {
"mocha": "^5.2.0"
},
"scripts": {
"test": "mocha",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jenn2318/Thoughts42DayP2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jenn2318/Thoughts42DayP2/issues"
},
"homepage": "https://github.com/jenn2318/Thoughts42DayP2#readme"
}