diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..6b4a57f --- /dev/null +++ b/AUTHORS @@ -0,0 +1,6 @@ +# List of Authors, in the npm format: +# Name (url) +Mathew Kallada (https://github.com/kallada) +Glavin Wiechert (https://github.com/Glavin001) +Joel Kuntz (https://github.com/Frozenfire92) +Sarah MacDonald (https://github.com/rainbee2214) diff --git a/package.json b/package.json index 9bb34d2..7745dec 100644 --- a/package.json +++ b/package.json @@ -40,5 +40,23 @@ }, "scripts": { "test": "grunt test" - } + }, + "description": "Accessible and client-side threat modeling tool.", + "directories": { + "test": "test" + }, + "repository": { + "type": "git", + "url": "git://github.com/mozilla/seasponge.git" + }, + "keywords": [ + "threat", + "modelling", + "tool" + ], + "license": "Mozilla Public License, version 2.0", + "bugs": { + "url": "https://github.com/mozilla/seasponge/issues" + }, + "homepage": "https://github.com/mozilla/seasponge" }