24 lines
580 B
JSON
24 lines
580 B
JSON
{
|
|
"name": "lebd",
|
|
"version": "1.4.4",
|
|
"description": "the codebase backing 00dani.me, an indieweb.org site",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitlab.com/00dani/lebd"
|
|
},
|
|
"author": "Danielle McLean <dani@00dani.me>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://gitlab.com/00dani/lebd/issues"
|
|
},
|
|
"homepage": "https://gitlab.com/00dani/lebd#README",
|
|
"devDependencies": {
|
|
"sync-version": "^1.0.1"
|
|
},
|
|
"scripts": {
|
|
"version": "sync-version package.yaml && git add ."
|
|
},
|
|
"dependencies": {
|
|
"openwebicons": "^1.4.3"
|
|
}
|
|
}
|