-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 953 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 953 Bytes
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
{
"name": "prosepros",
"version": "1.0.0",
"description": "Craft a better sentence with the ProsePro community",
"main": "server.js",
"dependencies": {
"body-parser": "^1.16.0",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.3",
"dominant-color": "^0.0.1",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"express-session": "^1.15.0",
"morgan": "^1.7.0",
"mysql": "^2.12.0",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"path": "^0.12.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ProsePros/Application.git"
},
"author": "ProsePros: Juanita Soranno, Han Lee, Lawrence Lau, and Erick Apolo",
"license": "ISC",
"bugs": {
"url": "https://github.com/ProsePros/Application/issues"
},
"homepage": "https://github.com/ProsePros"
}