mirror of
https://github.com/zrgn/zrgn.github.io
synced 2024-11-16 05:38:41 +00:00
23 lines
446 B
JSON
23 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"
|
||
|
}
|
||
|
}
|