UNPKG

952 BJSONView Raw
1{
2 "name": "imagemin-svgo",
3 "version": "4.2.1",
4 "description": "SVGO imagemin plugin",
5 "license": "MIT",
6 "repository": "imagemin/imagemin-svgo",
7 "author": {
8 "name": "Kevin Mårtensson",
9 "email": "kevinmartensson@gmail.com",
10 "url": "github.com/kevva"
11 },
12 "maintainers": [
13 {
14 "name": "Sindre Sorhus",
15 "email": "sindresorhus@gmail.com",
16 "url": "sindresorhus.com"
17 },
18 {
19 "name": "Shinnosuke Watanabe",
20 "url": "github.com/shinnn"
21 }
22 ],
23 "engines": {
24 "node": ">=0.10.0"
25 },
26 "scripts": {
27 "test": "xo && ava"
28 },
29 "files": [
30 "index.js"
31 ],
32 "keywords": [
33 "compress",
34 "gulpplugin",
35 "image",
36 "imageminplugin",
37 "img",
38 "minify",
39 "optimize",
40 "svg",
41 "svgo"
42 ],
43 "dependencies": {
44 "is-svg": "^1.0.0",
45 "svgo": "^0.6.0",
46 "through2": "^2.0.0"
47 },
48 "devDependencies": {
49 "ava": "*",
50 "vinyl": "^1.1.0",
51 "xo": "*"
52 }
53}