{
  "name": "theoricus",
  "version": "0.2.23",
  "author": "Anderson Arboleya <anderson@arboleya.me>",
  "contributors": [
    "Henrique Matias <hems.inlet@gmail.com>"
  ],
  "description": "Tiny MV(C) implementation for client side projects.",
  "keywords": [
    "coffeescript",
    "mvc",
    "framework"
  ],
  "directories": {
    "lib": "./lib/"
  },
  "scripts": {
    "test": "make test"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/serpentem/theoricus"
  },
  "bin": {
    "the": "./bin/the",
    "theoricus": "./bin/the"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "dependencies": {
    "coffee-script": "1.6.x",
    "colors": "0.6.x",
    "fs-util": "0.3.x",
    "lodash": "1.3.x",
    "optimist": "0.6.x",
    "polvo": "0.5.x",
    "source-map-support": "0.2.x",
    "snapshooter": "0.3.x",
    "istanbul-middleware": "0.1.x",
    "express": "3.3.x",
    "coveralls": "2.2.x"
  },
  "devDependencies": {
    "chai": "1.7.x",
    "mocha": "1.12.x",
    "request": "2.27.x",
    "yuidocjs": "0.3.x",
    "wd": "0.1.x",
    "mversion": "0.2.x"
  }
}
