1
0
Fork 0
mirror of https://github.com/zrgn/zrgn.github.io synced 2024-09-28 21:30:04 +00:00
zrgn.github.io/bower.json
2019-05-30 10:32:54 -04:00

22 lines
446 B
JSON

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