-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.46 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
{
"name": "mr-pig",
"description": "a YAML-configurable Grunt setup for Statamic",
"version": "0.3.3",
"author": {
"name": "The Friendly Beasts",
"url": "http://thefriendlybeasts.com"
},
"contributors": [
{
"name": "Curtis Blackwell",
"email": "[email protected]",
"url": "thefriendlybeasts.com"
}
],
"homepage": "http://thefriendlybeasts.com",
"repository": {
"type": "git",
"url": "git://github.com/thefriendlybeasts/mr_pig.git"
},
"bugs": {
"url": "http://github.com/thefriendlybeasts/mr_pig/issues"
},
"licenses": [
{
"type": "CC-BY-SA-4.0",
"url": "http://creativecommons.org/licenses/by-sa/4.0/"
}
],
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "~1.0.1",
"grunt-browser-sync": "^2.1.3",
"grunt-build-control": "^0.5.0",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "~0.7.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-htmlmin": "~0.3.0",
"grunt-contrib-sass": "~0.8.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-imageoptim": "^1.4.1",
"grunt-newer": "^0.8.0",
"grunt-shell": "^1.1.1",
"grunt-svgmin": "^2.0.0",
"grunt-uncss": "^0.3.8",
"grunt-usemin": "~2.1.1",
"js-yaml": "^3.2.6",
"matchdep": "~0.3.0",
"picturefill": "^2.2.1",
"uncss": "^0.11.0"
}
}