lebd/package.json

25 lines
580 B
JSON
Raw Permalink Normal View History

{
"name": "lebd",
2017-10-16 08:07:29 -04:00
"version": "1.6.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"
}
}