-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.1 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": "BrokerageOfAppsForEducation",
"version": "1.0.0",
"description": "App Reviews for Education",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielvlla/educational-apps-brokerage.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/danielvlla/educational-apps-brokerage/issues"
},
"homepage": "https://github.com/danielvlla/educational-apps-brokerage#readme",
"dependencies": {
"body-parser": "^1.18.2",
"cheerio": "^1.0.0-rc.2",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^2.0.1",
"ejs": "^2.5.9",
"express": "^4.16.3",
"express-session": "^1.15.6",
"heroku": "^7.0.22",
"method-override": "^2.3.10",
"moment": "^2.22.1",
"mongoose": "^5.0.16",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.0",
"request": "^2.85.0",
"request-promise": "^4.2.2",
"validator": "^10.0.0"
}
}