-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 898 Bytes
/
package.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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "broccoli-webp",
"description": "JPEG/PNG to WebP converter for Broccoli",
"version": "0.1.8",
"author": "Greg V <greg@unrelenting.technology>",
"engines": {
"node": "*"
},
"main": "index",
"keywords": [
"broccoli-plugin",
"broccoli",
"webp",
"cwebp",
"image",
"png",
"jpeg",
"jpg",
"convert"
],
"repository": {
"type": "git",
"url": "https://github.com/myfreeweb/broccoli-webp"
},
"license": "Unlicense",
"bugs": {
"url": "https://github.com/myfreeweb/broccoli-webp/issues"
},
"dependencies": {
"broccoli-filter": "^1.2.3",
"optional": "^0.1.3",
"cwebp": "^1.1.0"
},
"devDependencies": {
"broccoli": "^0.16.5",
"tap-spec": "^4.1.1",
"tape": "^4.5.1"
},
"optionalDependencies": {
"cwebp-bin": "^3.0.0"
},
"scripts": {
"test": "tape 'test/*.js' | tap-spec"
}
}