{
  "name": "testem-fork-no-auto-frameworks",
  "description": "Fork of Test'em 'scripts with no Automatic Framework Hooks",
  "keywords": [
    "javascript",
    "testing",
    "unittest",
    "browser"
  ],
  "version": "0.6.12",
  "author": "Toby Ho <airportyh@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/airportyh/testem.git"
  },
  "bugs": {
    "url": "http://github.com/airportyh/testem/issues"
  },
  "engines": [
    "node >= 0.8.0"
  ],
  "license": "MIT",
  "dependencies": {
    "express": "~3.1.0",
    "mustache": "~0.4.0",
    "socket.io": "~0.9.13",
    "charm": "~0.0.5",
    "js-yaml": "~2.1.0",
    "tap": "~0.4.4",
    "commander": "*",
    "glob": "~3.1.21",
    "async": "~0.2.7",
    "rimraf": "~2.2.0",
    "backbone": "~1.0.0",
    "styled_string": "*",
    "colors": "~0.6.0",
    "fileset": "~0.1.4",
    "growl": "~1.7.0",
    "consolidate": "~0.8.0",
    "did_it_work": "~0.0.5",
    "fireworm": "~0.6.0",
    "npmlog": "~0.0.6"
  },
  "files": [
    "lib",
    "public",
    "README.md",
    "testem.js",
    "assets",
    "package.json",
    "views"
  ],
  "scripts": {
    "test": "./node_modules/.bin/mocha --timeout 3000 tests/*_tests.js tests/*/*_tests.js -R spec",
    "cover": "cover run ./node_modules/.bin/_mocha tests/*_tests.js tests/*/*_tests.js; cover report html; open cover_html/index.html"
  },
  "devDependencies": {
    "mocha": "*",
    "chai": "*",
    "request": "~2.12.0",
    "jsdom": "~0.5.2",
    "bodydouble": "~0.1.1",
    "ispy": "~0.1.1",
    "concat-stream": "~1.0.0",
    "sinon": "~1.7.3"
  },
  "bin": {
    "testem-no-auto": "./testem.js"
  },
  "main": "./lib/api.js",
  "bundleDependencies": [
    "express"
  ],
  "optionalDependencies": {}
}
