-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 896 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 896 Bytes
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
{
"name": "compressordesite",
"version": "0.0.1",
"description": "Compressor de sites estaticos",
"homepage": "https://github.com/dexmendonca/compressor#readme",
"bugs": {
"url": "https://github.com/dexmendonca/compressor/issues"
},
"license": "GPL-3.0+",
"author": "André \"Dex\" Mendonça",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/dexmendonca/compressor.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-svgo": "^0.1.0",
"imagemin-mozjpeg": "^6.0.0"
}
}