forked from pgilad/grunt-jade-usemin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.2 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "grunt-jade-usemin",
"version": "0.8.0",
"description": "Grunt plugin for running UseMin on Jade files",
"homepage": "https://github.com/pgilad/grunt-jade-usemin",
"bugs": "https://github.com/pgilad/grunt-jade-usemin/issues",
"author": {
"name": "Gilad Peleg",
"email": "[email protected]"
},
"keywords": [
"gruntplugin",
"jade",
"usemin",
"build",
"minify"
],
"files": [
"tasks",
"LICENSE.md"
],
"engines": {
"node": ">= 0.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/pgilad/grunt-jade-usemin.git"
},
"licenses": [
{
"type": "MIT"
}
],
"devDependencies": {
"grunt-autoprefixer": "^1.0.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.6.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-dev-update": "^0.9.0",
"grunt-filerev": "^2.0.0",
"load-grunt-tasks": "^0.6.0"
},
"peerDependencies": {
"grunt": "~0.4.4"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"lodash": "^2.4.1",
"slash": "^1.0.0"
}
}