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

package.json - github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6017c57779dbb4d5641b5c49aec8246a46eb5141 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
  "name": "hugo-tranquilpeak-theme",
  "version": "0.4.3-BETA",
  "description": "A gorgeous responsive theme for Hugo blog framework",
  "main": "Gruntfile.js",
  "scripts": {
    "start": "grunt default",
    "prod": "grunt buildProd",
    "lint": "./node_modules/eslint/bin/eslint.js .",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kakawait/hugo-tranquilpeak-theme.git"
  },
  "keywords": [
    "hugo",
    "blog",
    "tranquilpeak",
    "tranquil",
    "peak"
  ],
  "author": "Thibaud LeprĂȘtre <thibaud.lepretre@gmail.com> (https://kakawait.com)",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/kakawait/hugo-tranquilpeak-theme/issues"
  },
  "homepage": "https://github.com/kakawait/hugo-tranquilpeak-theme",
  "devDependencies": {
    "eslint": "^2.11.1",
    "eslint-config-google": "^0.5.0",
    "grunt": "^0.4.5",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-concat": "^0.5.0",
    "grunt-contrib-copy": "~0.4.1",
    "grunt-contrib-cssmin": "^0.12.0",
    "grunt-contrib-uglify": "^0.7.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-exec": "^0.4.6",
    "grunt-sails-linker": "^0.10.1",
    "grunt-sass": "1.1.0",
    "grunt-sync": "^0.2.3",
    "grunt-text-replace": "^0.4.0",
    "include-all": "^0.1.6",
    "load-grunt-tasks": "~0.2.0",
    "rand-token": "^0.2.1"
  },
  "dependencies": {}
}