{
  "name": "eyebrow",
  "version": "1.1.2",
  "description": "Minimalistic JavaScript application architecture",
  "author": "Arthur Xavier <arthur.xavierx@gmail.com> (http://arthur-xavier.github.io/)",
  "main": "eyebrow.js",
  "scripts": {
    "minify": "./node_modules/.bin/uglifyjs eyebrow.js --comments \"/@copyright/\" -o eyebrow.min.js",
    "commit": "./node_modules/.bin/git-cz",
    "examples": "./node_modules/.bin/http-server ./",
    "test": "./node_modules/.bin/mocha -R spec ./test",
    "test:coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec ./test",
    "check-coverage": "./node_modules/.bin/istanbul check-coverage --statements 90 --branches 85 --functions 90 --lines 90",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "keywords": [
    "minimal",
    "minimalist",
    "react",
    "redux",
    "view",
    "frontend",
    "library",
    "single-page",
    "templating",
    "angular"
  ],
  "license": "MIT",
  "devDependencies": {
    "chai": "^3.4.1",
    "commitizen": "^2.4.6",
    "cz-conventional-changelog": "^1.1.5",
    "http-server": "^0.8.5",
    "istanbul": "^0.4.1",
    "mocha": "^2.3.4",
    "semantic-release": "^4.3.5",
    "uglifyjs": "^2.4.10"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    },
    "ghooks": {
      "pre-commit": "npm run test:coverage && npm run check-coverage"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/arthur-xavier/eyebrow.git"
  }
}