forked from haddocking/haddocking.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 685 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 685 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
{
"name": "minimal-mistakes-theme",
"author": "Michael Rose <michael@mademistakes.com>",
"homepage": "http://mmistakes.github.io/minima-mistakes/",
"repository": {
"type": "git",
"url": "git://github.com/mmistakes/minimal-mistakes.git"
},
"bugs": {
"url": "https://github.com/mmistakes/minimal-mistakes/issues"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"grunt": ">1.3.0",
"grunt-contrib-clean": ">1.3.0",
"grunt-contrib-jshint": ">1.3.0",
"grunt-contrib-uglify": ">1.3.0",
"grunt-contrib-watch": ">1.3.0",
"grunt-recess": ">1.3.0",
"grunt-contrib-imagemin": ">1.3.0",
"grunt-svgmin": ">1.3.0"
}
}