zrgn.github.io/bower.json

23 lines
446 B
JSON
Raw Normal View History

{
"name": "zargon-now.github.io",
"homepage": "https://github.com/zargon-now/zargon-now.github.io",
"authors": [
"Patrick Connelly <patrick@deadlypenguin.com>"
],
"description": "Home of zargon on the web",
"main": "",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "^3.4.1",
"bulma": "^0.7.4"
}
}