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

package.hugo.json - github.com/panr/hugo-theme-terminal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2f3833849b3170d6157f7b8ada63edd23876b1c8 (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
{
  "author": "Radosław Kozieł <@panr> <radoslaw.koziel@gmail.com>",
  "browserslist": [
    "last 2 versions",
    ">1%",
    "not dead"
  ],
  "comments": {
    "dependencies": {
      "yarn": "project"
    },
    "devDependencies": {
      "browserslist": "project",
      "clipboard": "project",
      "eslint-config-airbnb": "project",
      "eslint-config-prettier": "project",
      "eslint-plugin-jsx-a11y": "project",
      "husky": "project"
    }
  },
  "dependencies": {
    "yarn": "^1.22.10"
  },
  "devDependencies": {
    "browserslist": "^4.16.5",
    "clipboard": "^2.0.4",
    "eslint-config-airbnb": "^18.2.0",
    "eslint-config-prettier": "^8.1.0",
    "eslint-plugin-jsx-a11y": "^6.2.1",
    "husky": "^5.1.3"
  },
  "license": "MIT",
  "main": "index.js",
  "name": "terminal",
  "scripts": {
    "test": "echo 'Test'"
  },
  "version": "2.1.0"
}