add license/repo to package.json (#400)

This commit is contained in:
Nolan Lawson 2018-06-23 09:51:37 -07:00 committed by GitHub
parent 7866ed4446
commit cd12c5e326
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 1 deletions

View File

@ -174,5 +174,16 @@
"sapper",
"a11y-dialog"
]
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/nolanlawson/pinafore.git"
},
"keywords": [],
"author": "Nolan Lawson <nolan@nolanlawson.com>",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/nolanlawson/pinafore/issues"
},
"homepage": "https://github.com/nolanlawson/pinafore#readme"
}