-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 920 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
34
{
"name": "believe-rationally",
"version": "1.0.0",
"description": "Site That Utilizes Youtube Channel Data to Create Free Coding Lessons.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/josemoreno90/believeRationally.git"
},
"author": "Jose Moreno",
"license": "ISC",
"bugs": {
"url": "https://github.com/josemoreno90/believeRationally/issues"
},
"engines": {
"node": "10.3.0"
},
"homepage": "https://github.com/josemoreno90/believeRationally#readme",
"dependencies": {
"body-parser": "^1.18.2",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-sitemap": "^1.8.0",
"heroku-ssl-redirect": "0.0.4",
"jquery": "^3.2.1",
"jsdom": "^11.3.0",
"simple-youtube-api": "^3.0.1",
"sitemap": "^1.13.0",
"youtube-api": "^2.0.9"
}
}