forked from joedrago/mtv
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 816 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 816 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
35
36
{
"name": "mtv",
"version": "0.0.1",
"description": "MTV Discord Channel",
"bin": {
"mtv": "./bin/mtv"
},
"scripts": {
"build": "cake build",
"watch": "cake watch"
},
"author": "Joe Drago",
"devDependencies": {
"browserify": "^16.5.0",
"clipboard": "^2.0.8",
"coffeeify": "^3.0.1",
"coffeescript": "^2.4.1",
"node-watch": "^0.6.3",
"uglifyify": "^5.0.2"
},
"dependencies": {
"body-parser": "^1.19.0",
"bottleneck": "^2.19.5",
"build": "^0.1.4",
"express": "^4.17.1",
"iso8601-duration": "^1.2.0",
"markdown-it": "^12.0.4",
"markdown-it-attrs": "^4.0.0",
"minimist": "^1.2.5",
"plyr": "^3.6.12",
"socket.io": "^2.3.0",
"winston": "^3.8.2",
"winston-daily-rotate-file": "^4.7.1",
"ytdl-core": "^3.2.0"
}
}