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

package.json - github.com/zhe/hugo-theme-slim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e3a87fc18cc2c8fbaa8f3e4eaff3e0eafac63467 (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
25
26
{
  "name": "hugo-theme-slim",
  "description": "Slim is a minimal, clean and beautiful theme for [Hugo](http://gohugo.io/).",
  "version": "1.0.0",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://zhe@github.com/zhe/hugo-theme-slim.git"
  },
  "author": "Zhe Zhang",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/zhe/hugo-theme-slim/issues"
  },
  "homepage": "https://github.com/zhe/hugo-theme-slim#readme",
  "devDependencies": {
    "babel": "^5.8.21",
    "gulp": "^3.9.0",
    "gulp-autoprefixer": "^2.3.1",
    "gulp-load-plugins": "^1.0.0-rc.1",
    "gulp-sass": "^2.0.4",
    "gulp-sourcemaps": "^1.5.2"
  }
}