7
1
mirror of https://gitlab.com/ansol/web-ansol.org.git synced 2024-10-18 14:03:08 +00:00
web-ansol.org/themes/academic/package.json

24 lines
565 B
JSON
Raw Normal View History

2020-06-11 11:46:16 +00:00
{
"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"
}