mirror of
https://github.com/zrgn/zrgn.github.io
synced 2024-11-14 12:48:49 +00:00
27 lines
520 B
JSON
27 lines
520 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"
|
|
},
|
|
"exportsOverride": {
|
|
"bulma": {
|
|
"css": "css/*.css"
|
|
}
|
|
}
|
|
}
|