-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
53 lines (53 loc) · 1.11 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
{
"name": "grunt-jade-usemin",
"version": "2.1.0",
"description": "Grunt plugin for running usemin on Jade files",
"repository": "pgilad/grunt-jade-usemin",
"license": "MIT",
"author": {
"name": "Gilad Peleg",
"email": "[email protected]",
"url": "http://giladpeleg.com"
},
"files": [
"tasks"
],
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt test"
},
"keywords": [
"gruntplugin",
"jade",
"usemin",
"build",
"minify",
"assets",
"filerev"
],
"dependencies": {
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-uglify": "^2.0.0",
"lodash": "^4.16.2",
"slash": "^1.0.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-dev-update": "^2.0.0",
"grunt-filerev": "^2.3.1",
"load-grunt-tasks": "^3.2.0"
},
"contributors": [
{
"name": "Pavol Pitonak",
"url": "https://github.com/ppitonak"
}
]
}