mirror of
https://gitlab.com/ansol/web-ansol.org.git
synced 2024-11-10 00:30:36 +00:00
24 lines
565 B
JSON
24 lines
565 B
JSON
{
|
|
"name": "academic",
|
|
"version": "1.0.0",
|
|
"description": "The Page Builder for Hugo",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"bootstrap": "^4.4.1"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gcushen/hugo-academic.git"
|
|
},
|
|
"author": "George Cushen",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/gcushen/hugo-academic/issues"
|
|
},
|
|
"homepage": "https://github.com/gcushen/hugo-academic#readme"
|
|
}
|