-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 877 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
{
"name": "get-ascii-image",
"version": "1.3.6",
"description": "Frontend only package, which converts image source into ASCII art",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aromalanil/get-ascii-image.git"
},
"keywords": [
"image-to-ascii",
"front-end",
"conversion",
"image-processing",
"image-manipulation",
"ascii",
"jpg",
"jpeg",
"gif",
"png",
"canvas",
"dom",
"pixel",
"image-conversion"
],
"author": "Aromal Anil <contact@aromalanil.me> (https://aromalanil.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/aromalanil/get-ascii-image/issues"
},
"homepage": "https://github.com/aromalanil/get-ascii-image#readme",
"files": [
"index.js"
]
}