-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.14 KB
/
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
{
"name": "lasso-imagemin",
"description": "Minify images",
"keywords": [
"lasso",
"lasso-plugin",
"imagemin"
],
"repository": {
"type": "git",
"url": "https://github.com/lasso-js/lasso-imagemin.git"
},
"scripts": {
"test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test && node_modules/.bin/jshint *.js"
},
"author": "Patrick Steele-Idem <[email protected]>",
"contributors": [
"Patrick Steele-Idem <[email protected]>",
"Phillip Gates-Idem <[email protected]>"
],
"maintainers": "Patrick Steele-Idem <[email protected]>",
"dependencies": {
"glob": "^4.0.6",
"imagemin": "^2.0.1",
"raptor-async": "^1.0.1",
"through2": "^0.6.3",
"vinyl-to-stream": "^1.0.0"
},
"devDependencies": {
"chai": "~1.8.1",
"jshint": "^2.4.4",
"mocha": "~1.15.1",
"lasso": "^1.8.4"
},
"license": "Apache License v2.0",
"bin": {},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"main": "lasso-imagemin-plugin.js",
"version": "1.0.8"
}