-
Notifications
You must be signed in to change notification settings - Fork 2
/
retinize.jquery.json
34 lines (34 loc) · 991 Bytes
/
retinize.jquery.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
{
"name": "retinize",
"title": "Retinize",
"version": "0.1.3",
"description": "Retinize will upscale (using nearest neighbor) images to look correctly on retina screens. This is particularly useful for pixel art when you don't want to store an upscaled version.",
"keywords": [
"image",
"retina",
"pixel",
"upscale"
],
"author": {
"name": "Matthew Callis",
"url": "http://superfamicom.org/"
},
"maintainers": [
{
"name": "Matthew Callis",
"url": "http://superfamicom.org/"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/MatthewCallis/retinize/LICENSE.txt"
}
],
"bugs": "https://github.com/MatthewCallis/retinize/issues",
"homepage": "https://github.com/MatthewCallis/retinize",
"docs": "https://github.com/MatthewCallis/retinize",
"dependencies": {
"jquery": ">=1.8"
}
}