-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.01 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
41
42
43
44
{
"name": "the-show",
"version": "0.0.0",
"private": true,
"bin": {
"resource": "./cli.js"
},
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www"
},
"dependencies": {
"airtable": "^0.7.2",
"axios": "^0.19.2",
"cheerio": "^1.0.0-rc.3",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
"ejs": "~2.6.1",
"express": "~4.16.1",
"front-matter": "^3.1.0",
"http-errors": "~1.6.3",
"marked": "^0.7.0",
"moment": "^2.24.0",
"moment-timezone": "^0.5.26",
"morgan": "~1.9.1",
"recursive-readdir": "^2.2.2",
"request": "^2.88.0",
"url": "^0.11.0",
"yargs": "^15.3.1"
},
"description": "show and tell",
"main": "app.js",
"repository": {
"type": "git",
"url": "git+https://github.com/mkuzmick/the-show.git"
},
"author": "Marlon Kuzmick",
"license": "ISC",
"bugs": {
"url": "https://github.com/mkuzmick/the-show/issues"
},
"homepage": "https://github.com/mkuzmick/the-show#readme"
}