{
  "name": "cimarron",
  "version": "0.3.3",
  "description": "",
  "homepage": "http://github.com/fcingolani/cimarron",
  "main": "./lib/cimarron.js",
  "directories": {
    "bin": "./bin",
    "lib": "./lib"
  },
  "author": {
    "name": "Federico Cingolani",
    "email": "mail@fcingolani.com.ar",
    "url": "http://fcingolani.com.ar"
  },
  "repository": {
    "type": "git",
    "url": "http://github.com/fcingolani/cimarron.git"
  },
  "scripts": {
    "build": "coffee -o lib/ -c src/",
    "prepublish": "coffee -o lib/ -c src/"
  },
  "license": "MIT",
  "dependencies": {
    "chalk": "^2.1.0",
    "connect": "^3.6.5",
    "interpret": "^1.0.4",
    "liftoff": "^2.3.0",
    "morgan": "^1.9.0",
    "opener": "^1.4.3",
    "portfinder": "^1.0.13",
    "serve-static": "^1.13.1",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "coffee-script": "^1.12.7"
  }
}
