remove contributors list from package.json

We now have over a hundred contributors and this should not be listed in the package.json
This commit is contained in:
Berkeley Martinez
2015-09-08 13:45:18 -07:00
parent c815084d10
commit d884aaa924

View File

@ -14,16 +14,6 @@
"test": "mocha --compilers js:babel/register" "test": "mocha --compilers js:babel/register"
}, },
"license": "(BSD-3-Clause AND CC-BY-SA-4.0)", "license": "(BSD-3-Clause AND CC-BY-SA-4.0)",
"contributors": [
{
"name": "Quincy Larson",
"url": "https://github.com/QuincyLarson"
},
{
"name": "Nathan Leniz",
"url": "https://github.com/terakilobyte"
}
],
"dependencies": { "dependencies": {
"accepts": "~1.2.5", "accepts": "~1.2.5",
"async": "~0.9.0", "async": "~0.9.0",