-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
46 lines (46 loc) · 1020 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
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "Movie_To_ASCII",
"version": "1.0.0",
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/pjobson/movie2ascii"
},
"dependencies": {
"columnify": "^1.5.4",
"connect": "^3.6.6",
"cp": "^0.2.0",
"figlet": "^1.2.1",
"filesize": "^4.2.0",
"find": "^0.3.0",
"fluent-ffmpeg": "^2.0.0-rc3",
"fs": "0.0.1-security",
"fs-extra": "^8.1.0",
"imagemagick": "^0.1.3",
"jp2a": "^0.2.0",
"mime-types": "^2.1.24",
"minimist": ">=1.2.6",
"mkdirp": "^0.5.1",
"opn": "^6.0.0",
"os": "^0.1.1",
"q": "^1.5.1",
"rimraf": "^3.0.0",
"serve-static": "^1.14.0",
"tar-fs": ">=1.16.2",
"targz": "^1.0.1",
"which": "^1.3.1",
"youtube-dl": "^2.0.1"
},
"scripts": {
"postinstall": "bash bin_test.sh"
},
"bin": {
"movie2ascii": "./movie2ascii.node.js"
},
"author": {
"name": "Paul Jobson",
"email": "[email protected]",
"url": "https://jobson.us/"
},
"license": "ISC"
}