nodeunit
Version:
Easy unit testing for node.js and the browser.
89 lines (88 loc) • 1.82 kB
JSON
{
"name": "nodeunit",
"version": "0.11.3",
"description": "Easy unit testing for node.js and the browser.",
"maintainers": [
{
"name": "Caolan McMahon",
"web": "https://github.com/caolan"
}
],
"contributors": [
{
"name": "Romain Beauxis",
"web": "https://github.com/toots"
},
{
"name": "Alex Gorbatchev",
"web": "https://github.com/alexgorbatchev"
},
{
"name": "Alex Wolfe",
"web": "https://github.com/alexkwolfe"
},
{
"name": "Carl Fürstenberg",
"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"
},
{
"name": "Elijah Insua <tmpvar@gmail.com>",
"web": "http://tmpvar.com"
}
],
"repository": {
"type": "git",
"url": "http://github.com/caolan/nodeunit.git"
},
"devDependencies": {
"should": ">=11.1.0",
"uglify-js": ">=2.7.3"
},
"bugs": {
"url": "http://github.com/caolan/nodeunit/issues"
},
"license": "MIT",
"directories": {
"lib": "./lib",
"doc": "./doc",
"man": "./man1"
},
"bin": {
"nodeunit": "./bin/nodeunit"
},
"dependencies": {
"ejs": "^2.5.2",
"tap": "^12.0.1"
},
"scripts": {
"test": "node ./bin/nodeunit"
}
}