Skip to content

Commit

Permalink
Make package.json follow CommonJS spec and add contributors list
Browse files Browse the repository at this point in the history
  • Loading branch information
Sannis authored and Caolan McMahon committed Nov 22, 2010
1 parent d2711ee commit beb6d07
Showing 1 changed file with 38 additions and 4 deletions.
42 changes: 38 additions & 4 deletions package.json
@@ -1,8 +1,42 @@
{ "name": "nodeunit" { "name": "nodeunit"
, "description": "Easy unit testing for node.js and the browser." , "description": "Easy unit testing for node.js and the browser."
, "main": "./index" , "maintainers":
, "directories": {"lib": "./lib"} [ { "name": "Caolan McMahon",
, "author": "Caolan McMahon" , "web": "https://github.com/caolan"
}
]
, "contributors" :
[ { "name": "Alex Gorbatchev"
, "web": "https://github.com/alexgorbatchev"
}
, { "name": "Alex Wolfe"
, "web": "https://github.com/alexkwolfe"
}
, { "name": "Azatoth"
, "web": "https://github.com/azatoth"
}
, { "name": "Gerad Suyderhoud"
, "web": "https://github.com/gerad"
}
, { "name": "Kadir Pekel"
, "web": "https://github.com/coffeemate"
}
, { "name": "Oleg Efimov"
, "web": "https://github.com/Sannis"
}
, { "name": "Orlando Vazquez"
, "web": "https://github.com/orlandov"
}
, { "name": "Ryan Dahl"
, "web": "https://github.com/ry"
}
, { "name": "Sam Stephenson"
, "web": "https://github.com/sstephenson"
}
, { "name": "Thomas Mayfield"
, "web": "https://github.com/thegreatape"
}
]
, "version": "0.5.0" , "version": "0.5.0"
, "repository" : , "repository" :
{ "type" : "git" { "type" : "git"
Expand All @@ -14,6 +48,6 @@
, "url" : "http://github.com/caolan/nodeunit/raw/master/LICENSE" , "url" : "http://github.com/caolan/nodeunit/raw/master/LICENSE"
} }
] ]
, "directories" : { "doc" : "./doc", "man" : "./man1" } , "directories" : { "lib": "./lib", "doc" : "./doc", "man" : "./man1" }
, "bin" : { "nodeunit" : "./bin/nodeunit" } , "bin" : { "nodeunit" : "./bin/nodeunit" }
} }

0 comments on commit beb6d07

Please sign in to comment.