-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.11 KB
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
{
"name": "monoink",
"version": "1.0.1",
"description": "A lightweight JavaScript library that applies authentic retro computer display effects to web content. Render any webpage with a retro screen effect using pixelation, dithering, high contrast, and backlight effects.",
"main": "monoink.js",
"files": [
"monoink.js",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo \"No build step required - library is vanilla JS\"",
"demo": "open index.html || xdg-open index.html"
},
"keywords": [
"retro",
"pixelation",
"dithering",
"crt",
"vintage",
"screen-effects",
"computer-graphics",
"visual-effects",
"canvas",
"javascript",
"browser"
],
"author": "OLGV.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/olgv/tool-monoink.git"
},
"bugs": {
"url": "https://github.com/olgv/tool-monoink/issues"
},
"homepage": "https://github.com/olgv/tool-monoink#readme",
"engines": {
"node": ">=12.0.0"
},
"devDependencies": {},
"dependencies": {}
}