23 lines
658 B
JSON
23 lines
658 B
JSON
|
{
|
||
|
"name": "webby-example",
|
||
|
"version": "1.0.0",
|
||
|
"description": "The example project for the webby static site generator.",
|
||
|
"homepage": "https://projects.nisch.codes/nischcodes/webby-example#readme",
|
||
|
"author": "nisch.codes <nischcodes@noreply.projects.nisch.codes>",
|
||
|
"license": "GPL-3.0",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://projects.nisch.codes/nischcodes/webby-example.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://projects.nisch.codes/nischcodes/webby-example/issues"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@webby/webby": "^1.0.0"
|
||
|
}
|
||
|
}
|