forked from axe312ger/sqip
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 945 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 945 Bytes
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
{
"name": "sqip",
"version": "0.2.0",
"description": "A SVG-based LQIP image placeholder generator",
"main": "./src/node.js",
"bin": {
"sqip": "./src/cli.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"lqip",
"svg",
"images",
"placeholder",
"webperf",
"performance",
"ux",
"perceived"
],
"author": "Tobias Baldauf",
"license": "Unlicense",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"argv": "0.0.2",
"image-size": "^0.6.1",
"svgo": "^0.7.2",
"xmldom": "^0.1.27"
},
"repository": {
"type": "git",
"url": "https://github.com/technopagan/sqip"
},
"person": {
"name": "Tobias Baldauf",
"email": "npm@tobias-baldauf.de",
"url": "https://who.tobias.is/"
}
}