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

package.json - github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 98e74070bef8822fe781a7818ae28e6ae5bf0779 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "devise",
  "version": "1.0.0",
  "description": "devise hugo theme",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "@fortawesome/fontawesome-free": "^5.14.0",
    "bootstrap": "^4.5.2"
  },
  "keywords": [
    "hugo",
    "theme"
  ],
  "author": "Austin Gebauer",
  "license": "MIT",
  "devDependencies": {}
}