-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 908 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
{
"name": "img2ascii",
"version": "1.5.0",
"description": "Convert images (local or url) to ascii art",
"main": "img2ascii.js",
"scripts": {
"start": "node bin ./doge.png",
"test": "node test.js"
},
"bin": "bin.js",
"author": "syzer",
"license": "ISC",
"keywords": [
"ascii",
"image",
"convert",
"terminal",
"convert ascii",
"download image",
"ascii art",
"such cli",
"image to ascii",
"server hello"
],
"repository": {
"type": "git",
"url": "https://github.com/syzer/img2ascii.git"
},
"bugs": {
"url": "https://github.com/syzer/img2ascii/issues"
},
"dependencies": {
"gm": "^1.23.0",
"picture-tube": "^1.0.0",
"request": "^2.75.0",
"request-promise": "^4.1.1",
"yargs": "^8.0.1"
},
"devDependencies": {
"finalhandler": "^1.1.0",
"serve-static": "^1.13.2",
"tap": "^10.3.2"
}
}