2017-10-05 01:19:15 -04:00
|
|
|
{
|
|
|
|
"name": "lebd",
|
2017-10-10 07:46:12 -04:00
|
|
|
"version": "1.4.4",
|
2017-10-05 01:19:15 -04:00
|
|
|
"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"
|
|
|
|
},
|
2017-10-05 01:22:06 -04:00
|
|
|
"homepage": "https://gitlab.com/00dani/lebd#README",
|
|
|
|
"devDependencies": {
|
|
|
|
"sync-version": "^1.0.1"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"version": "sync-version package.yaml && git add ."
|
2017-10-10 07:26:32 -04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"openwebicons": "^1.4.3"
|
2017-10-05 01:22:06 -04:00
|
|
|
}
|
2017-10-05 01:19:15 -04:00
|
|
|
}
|