Update package.json to more closely follow npm docs. [ci skip]

Former-commit-id: 8f5687e779626502da3edcbbe092f4ca93b0cffd
This commit is contained in:
John-David Dalton
2013-06-12 22:52:22 -07:00
parent af2795c07f
commit 81d487dd89

View File

@@ -17,8 +17,25 @@
"author": {
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
"web": "http://allyoucanleet.com/"
"url": "http://allyoucanleet.com/"
},
"contributors": [
{
"name": "John-David Dalton",
"email": "john.david.dalton@gmail.com",
"url": "http://allyoucanleet.com/"
},
{
"name": "Mathias Bynens",
"email": "mathias@qiwi.be",
"url": "http://mathiasbynens.be/"
},
{
"name": "Kit Cambridge",
"email": "github@kitcambridge.be",
"url": "http://kitcambridge.be/"
}
],
"bugs": {
"url": "https://github.com/bestiejs/lodash/issues"
},