-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 999 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
{
"name": "imagesqueeze",
"version": "1.0.0",
"description": "Image optimisation bundle",
"main": "Gruntfile.js",
"dependencies": {
"grunt": "^1.0.1",
"imagemin-pngquant-gfw": "^0.2.0"
},
"devDependencies": {
"async": "*",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-connect": "^1.0.2",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-guetzli": "^1.0.0",
"imagemin-pngquant": "*",
"load-grunt-tasks": "^3.5.2",
"multer": "^1.3.0",
"nconf": "^0.8.4",
"serve-static": "^1.12.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/humantorch/imagesqueeze.git"
},
"author": "Scott Kosman",
"license": "ISC",
"bugs": {
"url": "https://github.com/humantorch/imagesqueeze/issues"
},
"homepage": "https://github.com/humantorch/imagesqueeze#readme"
}