lebd/package.json
2017-10-09 21:06:41 +11:00

22 lines
526 B
JSON

{
"name": "lebd",
"version": "1.4.0",
"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 ."
}
}