115 lines
2.5 KiB
JSON
Executable File
115 lines
2.5 KiB
JSON
Executable File
{
|
|
"name": "nodeunit",
|
|
"version": "0.9.0",
|
|
"description": "Easy unit testing for node.js and the browser.",
|
|
"maintainers": [
|
|
{
|
|
"name": "caolan",
|
|
"email": "caolan@caolanmcmahon.com"
|
|
},
|
|
{
|
|
"name": "mreinstein",
|
|
"email": "reinstein.mike@gmail.com"
|
|
}
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "Romain Beauxis",
|
|
"url": "https://github.com/toots"
|
|
},
|
|
{
|
|
"name": "Alex Gorbatchev",
|
|
"url": "https://github.com/alexgorbatchev"
|
|
},
|
|
{
|
|
"name": "Alex Wolfe",
|
|
"url": "https://github.com/alexkwolfe"
|
|
},
|
|
{
|
|
"name": "Carl Fürstenberg",
|
|
"url": "https://github.com/azatoth"
|
|
},
|
|
{
|
|
"name": "Gerad Suyderhoud",
|
|
"url": "https://github.com/gerad"
|
|
},
|
|
{
|
|
"name": "Kadir Pekel",
|
|
"url": "https://github.com/coffeemate"
|
|
},
|
|
{
|
|
"name": "Oleg Efimov",
|
|
"url": "https://github.com/Sannis"
|
|
},
|
|
{
|
|
"name": "Orlando Vazquez",
|
|
"url": "https://github.com/orlandov"
|
|
},
|
|
{
|
|
"name": "Ryan Dahl",
|
|
"url": "https://github.com/ry"
|
|
},
|
|
{
|
|
"name": "Sam Stephenson",
|
|
"url": "https://github.com/sstephenson"
|
|
},
|
|
{
|
|
"name": "Thomas Mayfield",
|
|
"url": "https://github.com/thegreatape"
|
|
},
|
|
{
|
|
"name": "Elijah Insua",
|
|
"email": "tmpvar@gmail.com",
|
|
"url": "http://tmpvar.com"
|
|
}
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/caolan/nodeunit.git"
|
|
},
|
|
"devDependencies": {
|
|
"uglify-js": ">=1.1.0",
|
|
"should": ">=0.4.2"
|
|
},
|
|
"bugs": {
|
|
"url": "http://github.com/caolan/nodeunit/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "http://github.com/caolan/nodeunit/raw/master/LICENSE"
|
|
}
|
|
],
|
|
"directories": {
|
|
"lib": "./lib",
|
|
"doc": "./doc",
|
|
"man": "./man1"
|
|
},
|
|
"bin": {
|
|
"nodeunit": "./bin/nodeunit"
|
|
},
|
|
"dependencies": {
|
|
"tap": ">=0.2.3"
|
|
},
|
|
"scripts": {
|
|
"test": "node ./bin/nodeunit"
|
|
},
|
|
"man": [
|
|
"/home/caolan/.npm/nodeunit/0.9.0/package/man1/nodeunit.1"
|
|
],
|
|
"homepage": "https://github.com/caolan/nodeunit",
|
|
"_id": "nodeunit@0.9.0",
|
|
"_shasum": "0dfab188176c59de5373590f4197686941378351",
|
|
"_from": "nodeunit@*",
|
|
"_npmVersion": "1.4.9",
|
|
"_npmUser": {
|
|
"name": "caolan",
|
|
"email": "caolan.mcmahon@gmail.com"
|
|
},
|
|
"dist": {
|
|
"shasum": "0dfab188176c59de5373590f4197686941378351",
|
|
"tarball": "http://registry.npmjs.org/nodeunit/-/nodeunit-0.9.0.tgz"
|
|
},
|
|
"_resolved": "https://registry.npmjs.org/nodeunit/-/nodeunit-0.9.0.tgz"
|
|
}
|