{
  "name": "express-cs-mvc",
  "description": "express-generator for coffeescript with the MVC pattern",
  "version": "1.2.0",
  "author": "Henrique Yoshio Shiraiwa <henrique.shiraiwa@gmail.com>",
  "keywords": [
    "coffeescript",
    "express",
    "framework",
    "sinatra",
    "web",
    "rest",
    "restful",
    "router",
    "app",
    "api"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/castorshiraiwa/express-cs-mvc.git"
  },
  "license": "MIT",
  "dependencies": {
    "coffee-script": "^1.8.0",
    "commander": "2.6.0",
    "mkdirp": "0.5.0",
    "sorted-object": "1.0.0"
  },
  "main": "bin/express-cs-mvc",
  "preferGlobal": true,
  "bin": {
    "express-cs-mvc": "./bin/express-cs-mvc"
  },
  "devDependencies": {
    "after": "0.8.1",
    "mocha": "~2.1.0",
    "rimraf": "~2.2.8",
    "supertest": "~0.15.0"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "LICENSE",
    "bin/",
    "templates/"
  ],
  "scripts": {
    "test": "mocha --reporter spec --bail --check-leaks test/ --compilers coffee:coffee-script/register --timeout 10000",
    "test-travis": "mocha --reporter spec --bail --check-leaks test/ --compilers coffee:coffee-script/register --timeout 10000"
  },
  "bugs": {
    "url": "https://github.com/castorshiraiwa/express-cs-mvc/issues"
  },
  "homepage": "https://github.com/castorshiraiwa/express-cs-mvc#readme",
  "directories": {
    "test": "test"
  }
}

