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

package.json - github.com/diwao/hestia-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2607446f19da001f62336a16eae57e017b1a8674 (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": "hestia-pure",
  "version": "1.0.0",
  "description": "Pure CSSを使ったHugo用のテーマ",
  "main": "gulpfile.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/diwao/hestia-pure.git"
  },
  "author": "diwao",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/diwao/hestia-pure/issues"
  },
  "homepage": "https://github.com/diwao/hestia-pure#readme",
  "devDependencies": {
    "gulp": "^3.9.1",
    "gulp-autoprefixer": "^4.0.0",
    "gulp-notify": "^3.0.0",
    "gulp-plumber": "^1.1.0",
    "gulp-sass": "^3.1.0"
  }
}