{
  "name": "unit.js",
  "version": "2.0.0",
  "description": "Simple, intuitive and flexible unit testing framework for javascript / Node.js (browser and server). Integrates awesome assertions libraries like Must.js, Should.js, Assert of Node.js, Sinon.js and other friendly features (promise, IoC, plugins, ...).",
  "main": "src/index.js",
  "keywords": [
    "test",
    "spec",
    "tdd",
    "bdd",
    "framework",
    "assertion",
    "asserter"
  ],
  "author": {
    "name": "Nicolas Tallefourtane",
    "url": "http://nicolab.net"
  },
  "homepage": "http://unitjs.com",
  "repository": {
    "type": "git",
    "url": "git://github.com/unitjs/unit.js.git"
  },
  "bugs": "https://github.com/unitjs/unit.js/issues",
  "dependencies": {
    "bluebird": "^2.9.9",
    "lodash": "^3.7.0",
    "must": "^0.12.0",
    "noder.io": ">= 1.0.0 < 2.0.0",
    "should": "^6.0.1",
    "sinon": ">= 1.14.1 < 2.0.0",
    "supertest": ">= 0.15.0 < 1.0.0"
  },
  "devDependencies": {
    "gulp": "^3.8.11",
    "gulp-download": "^0.0.1",
    "gulp-rename": "^1.2.2",
    "gulp-replace": "^0.5.3",
    "gulp-uglify": "^1.2.0",
    "gulp-webpack": "^1.3.2",
    "webpack": "^1.8.5",
    "mocha": "^2.2.4",
    "spawn-rmrf": "^1.0.0"
  },
  "scripts": {
    "test": "mocha test"
  }
}
