Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
docs(package.json): Add missing fields to package.json
Browse files Browse the repository at this point in the history
Add `description`, `directories`, `repository`, `keywords`, `license`,
`bugs`, and `homepage`  fields to package.json

Add AUTHORS file, instead of providing `contributors` field in
package.json
  • Loading branch information
Glavin001 committed Aug 10, 2014
1 parent ff12477 commit 9ae1198
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
6 changes: 6 additions & 0 deletions AUTHORS
@@ -0,0 +1,6 @@
# List of Authors, in the npm format:
# Name <email> (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)
20 changes: 19 additions & 1 deletion package.json
Expand Up @@ -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"
}

1 comment on commit 9ae1198

@Glavin001
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/cc #1

Please sign in to comment.