diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/package.json b/package.json index 0ac5bc7f..3aebb5c5 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,15 @@ "type": "git", "url": "git://github.com/selz/plyr.git" }, - "authors": [ - "Sam Potts <me@sampotts.me>" - ], - "license": "MIT" + "license": "MIT", + "bugs": { + "url": "https://github.com/selz/plyr/issues" + }, + "directories": { + "doc": "docs" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "Sam Potts <sam@selz.com> (selz.com)" } |