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

package.json - github.com/devcows/hugo-universal-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e9e11e938ebe0e17d315795815eca5a17c0cb0f1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "hugo-universal-theme",
  "devDependencies": {
    "eslint": "latest",
    "eslint-config-standard": "^6.2.0",
    "eslint-plugin-promise": "^3.0.0",
    "eslint-plugin-standard": "^2.0.1"
  },
  "scripts": {
    "lint": "eslint .",
    "install_hugo": "brew update && brew install hugo"
  }
}