{
  "name": "ironhack_generator",
  "description": "Express' application generator by Ironhack",
  "version": "1.2.0",
  "author": "TJ Holowaychuk <tj@vision-media.ca>",
  "contributors": [
    "Aaron Heckmann <aaron.heckmann+github@gmail.com>",
    "Ciaran Jessup <ciaranj@gmail.com>",
    "Douglas Christopher Wilson <doug@somethingdoug.com>",
    "Guillermo Rauch <rauchg@gmail.com>",
    "Jonathan Ong <me@jongleberry.com>",
    "Roman Shtylman <shtylman+expressjs@gmail.com>",
    "Josh Alexy <jalexy12@gmail.com>",
    "Nizar Khalife <khalifenizar@gmail.com>",
    "Fer Martin <fer@ironhack.com>",
    "Victor Arza <papu.arza@gmail.com>",
    "Marc Pomar <marc.pomar@ironhack.com>",
    "Maxence Bouret <maxence@ironhack.com>"
  ],
  "keywords": [
    "express",
    "framework",
    "web",
    "rest",
    "restful",
    "router",
    "app",
    "api",
    "ironhack"
  ],
  "repository": "ironhack/generator",
  "license": "MIT",
  "dependencies": {
    "commander": "2.11.0",
    "fs-extra": "^4.0.2",
    "chalk": "^2.3.0",
    "sorted-object": "2.0.1",
    "mkdirp": "0.5.1"
  },
  "main": "bin/irongenerate",
  "preferGlobal": true,
  "bin": {
    "irongenerate": "./bin/irongenerate"
  },
  "devDependencies": {
    "mocha": "2.5.3",
    "rimraf": "2.5.4",
    "supertest": "1.2.0",
    "validate-npm-package-name": "2.2.2"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "LICENSE",
    "bin/",
    "templates/"
  ],
  "scripts": {
    "test": "mocha --reporter spec --bail --check-leaks test/",
    "test-ci": "mocha --reporter spec --check-leaks test/"
  }
}
