{
  "name": "witty",
  "version": "0.6.12",
  "description": "Fast and frictionless MVC web framework for Node.js.",
  "keywords": [
    "express",
    "connect",
    "web",
    "mvc"
  ],
  "contributors": [
    {
      "name": "Tao Yuan"
    },
    {
      "name": "Viadeo Team"
    },
    {
      "name": "Jared Hanson",
      "email": "jaredhanson@gmail.com",
      "url": "http://www.jaredhanson.net/"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/taoyuan/witty.git"
  },
  "bugs": {
    "url": "http://github.com/taoyuan/witty/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/MIT"
    }
  ],
  "bin": {
    "witty": "./bin/witty.js"
  },
  "main": "./lib",
  "dependencies": {
    "actionrouter": "0.1.0",
    "bootable": "0.2.4",
    "bootable-environment": "0.2.0",
    "chalk": "^1.0.0",
    "co-prompt": "1.0.0",
    "commander": "2.7.1",
    "debug": "^2.1.3",
    "express": "4.12.3",
    "expressx": "latest",
    "inflection": "^1.7.1",
    "lodash": "^3.9.3",
    "mkdirp": "0.3.5",
    "parent-require": "1.0.0",
    "pkginfo": "0.3.0",
    "scripts": "0.1.0",
    "supertest": "^1.0.1",
    "syntax-error": "1.1.2",
    "utils-flatten": "1.0.0"
  },
  "devDependencies": {
    "chai": "2.x.x",
    "chai-connect-middleware": "0.3.x",
    "chai-witty-helpers": "taoyuan/chai-witty-helpers",
    "codeclimate-test-reporter": "0.0.4",
    "connect-powered-by": "^0.1.0",
    "istanbul": "0.3.x",
    "jshint": "2.7.x",
    "mocha": "2.x.x",
    "morgan": "^1.6.0",
    "promise": "7.x.x"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "mocha --require test/bootstrap/node 'test/**/*.test.js'",
    "lint": "jshint lib/",
    "lint-tests": "jshint test/",
    "coverage": "DEBUG= istanbul cover --dir ./reports/coverage _mocha -- --require ./test/bootstrap/node 'test/**/*.test.js'",
    "view-coverage": "open coverage/lcov-report/index.html",
    "send-coverage": "cat ./reports/coverage/lcov.info | ./node_modules/.bin/codeclimate",
    "clean": "rm -rf build; rm -rf reports; rm -rf node_modules"
  }
}
