UNPKG

776 BJSONView Raw
1{
2 "name": "@mischback/imp",
3 "description": "A wrapper around Sharp, providing an easy to use interface to make Sharp usable in a front-end development workflow.",
4 "version": "1.6.0",
5 "main": "dist/index.js",
6 "bin": {
7 "imp": "dist/cli.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/Mischback/imp.git"
12 },
13 "keywords": [
14 "sharp",
15 "image processing",
16 "responsive images",
17 "image",
18 "processing",
19 "responsive"
20 ],
21 "author": "Mischback",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/Mischback/imp/issues"
25 },
26 "homepage": "https://github.com/Mischback/imp#readme",
27 "dependencies": {
28 "cosmiconfig": "7.0.1",
29 "sharp": "0.30.5",
30 "stdio": "2.1.1",
31 "tslog": "3.3.3"
32 }
33}