Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json - github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 27193ebda51b4d01dd5414eceab4c3bd301e6a47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "hpstr-theme",
  "author": "Michael Rose <michael@mademistakes.com>",
  "homepage": "http://mmistakes.github.io/hpstr-jekyll-theme/",
  "repository": {
    "type": "git",
    "url": "git://github.com/mmistakes/hpstr-jekyll-theme.git"
  },
  "bugs": {
    "url": "https://github.com/mmistakes/hpstr-jekyll-theme/issues"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "devDependencies": {
    "grunt": "~0.4.1",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-jshint": "~0.6.3",
    "grunt-contrib-uglify": "~0.2.2",
    "grunt-contrib-watch": "~0.5.2",
    "grunt-contrib-imagemin": "~0.2.0",
    "grunt-svgmin": "~0.2.0"
  }
}