{
  "name": "nodeunit-v1",
  "version": "1.0.2",
  "description": "Easy unit testing for node.js and the browser.",
  "maintainers": [
    {
      "name": "Chris Johnson",
      "web": "https://github.com/chrisjohn404"
    }
  ],
  "contributors": [
    {
      "name": "Caolan McMahon",
      "web": "https://github.com/caolan"
    },
    {
      "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"
    },
    {
      "name": "Chris Johnson",
      "web": "https://github.com/chrisjohn404"
    }
  ],
  "repository": {
    "type": "git",
    "url": "http://github.com/chrisjohn404/nodeunit-v1.git"
  },
  "devDependencies": {
    "should": ">=11.1.0",
    "uglify-js": ">=3.17.4"
  },
  "depDevDependencies": {
    "uglify-js": ">=2.7.3"
  },
  "engines": {
    "node": ">=0.10"
  },
  "bugs": {
    "url": "http://github.com/chrisjohn404/nodeunit-v1/issues"
  },
  "license": "GPLv2",
  "directories": {
    "lib": "./lib"
  },
  "depDirectories": {
    "doc": "./doc",
    "man": "./man1"
  },
  "bin": {
    "nodeunit": "./bin/nodeunit"
  },
  "depDependencies": {
    "ejs": "^2.5.2",
    "tap": "^16.0.1"
  },
  "scripts": {
    "test": "node ./bin/nodeunit test",
    "task_runner_test": "node task_runner.js -- test",
    "build_browser": "node task_runner.js -- browser",
    "build_commonjs": "node task_runner.js -- commonjs"
  },
  "unused-dependencies": {
    "template-literal": "^1.0.4"
  },
  "dependencies": {
  }
}
