Arrange contributors, remove coffee-script

This commit is contained in:
Anatoliy Chakkaev 2012-12-15 16:06:03 +04:00
parent 5208298a67
commit b56677c063
1 changed files with 10 additions and 41 deletions

View File

@ -4,46 +4,16 @@
"version": "0.2.0-2", "version": "0.2.0-2",
"author": "Anatoliy Chakkaev <rpm1602@gmail.com>", "author": "Anatoliy Chakkaev <rpm1602@gmail.com>",
"contributors": [ "contributors": [
{ { "name": "Anatoliy Chakkaev", "email": "rpm1602@gmail.com" },
"name": "Anatoliy Chakkaev", { "name": "Julien Guimont", "email": "julien.guimont@gmail.com" },
"email": "rpm1602@gmail.com" { "name": "Joseph Junker", "email": "joseph.jnk@gmail.com" },
}, { "name": "Henri Bergius", "email": "henri.bergius@iki.fi" },
{ { "name": "redvulps", "email": "fabopereira@gmail.com" },
"name": "Julien Guimont", { "name": "Felipe Sateler", "email": "fsateler@gmail.com" },
"email": "julien.guimont@gmail.com" { "name": "Amir M. Mahmoudi", "email": "a@geeknux.com" },
}, { "name": "Justinas Stankevičius", "email": "justinas@justinas.me" },
{ { "name": "Rick O'Toole", "email": "patrick.n.otoole@gmail.com" },
"name": "Joseph Junker", { "name": "Nicholas Westlake", "email": "nicholasredlin@gmail.com" }
"email": "joseph.jnk@gmail.com"
},
{
"name": "Henri Bergius",
"email": "henri.bergius@iki.fi"
},
{
"name": "redvulps",
"email": "fabopereira@gmail.com"
},
{
"name": "Felipe Sateler",
"email": "fsateler@gmail.com"
},
{
"name": "Amir M. Mahmoudi",
"email": "a@geeknux.com"
},
{
"name": "Justinas Stankevičius",
"email": "justinas@justinas.me"
},
{
"name": "Rick O'Toole",
"email": "patrick.n.otoole@gmail.com"
},
{
"name": "Nicholas Westlake",
"email": "nicholasredlin@gmail.com"
}
], ],
"repository": { "repository": {
"type": "git", "type": "git",
@ -58,7 +28,6 @@
], ],
"devDependencies": { "devDependencies": {
"semicov": "*", "semicov": "*",
"coffee-script": ">= 1.2.0",
"nodeunit": ">= 0.6.4" "nodeunit": ">= 0.6.4"
} }
} }