{
  "name": "iniciar",
  "version": "0.1.7",
  "description": "Stupid project scaffolding / generator",
  "main": "cli.js",
  "scripts": {
    "test": "standard && ./node_modules/mocha/bin/mocha test"
  },
  "pre-commit": [
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/juliomatcom/iniciar.git"
  },
  "keywords": [
    "iniciar",
    "start",
    "kickstart",
    "cli",
    "bootstrap",
    "generator",
    "scaffolding",
    "tool",
    "app",
    "package.json",
    "mocha",
    "react",
    "angular",
    "angular2"
  ],
  "author": "juliomatcom",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/juliomatcom/iniciar/issues"
  },
  "homepage": "https://github.com/juliomatcom/iniciar#readme",
  "dependencies": {
    "chalk": "^1.1.3",
    "fs-extra": "^2.0.0",
    "meow": "^3.7.0"
  },
  "devDependencies": {
    "mocha": "^3.2.0",
    "pre-commit": "^1.2.2",
    "standard": "^8.6.0"
  },
  "bin": {
    "iniciar": "cli.js"
  },
  "standard": {
    "env": [
      "mocha"
    ],
    "ignore": [
      "node_modules/",
      "generators/"
    ]
  }
}
