7
1
mirror of https://gitlab.com/ansol/web-ansol.org.git synced 2024-06-06 16:13:01 +00:00
web-ansol.org/themes/academic/package.json
2020-06-11 12:46:16 +01:00

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"
}