{
  "name": "company",
  "version": "0.0.4",
  "description": "setup and run your own company",
  "keywords": [
    "company",
    "gmbh",
    "limited",
    "ltd",
    "enterprise",
    "contract",
    "business"
  ],
  "author": "serapath <dev@serapath.de> (http://www.github.com/serapath)",
  "repository": {
    "type": "git",
    "url": "https://github.com/coding-amigos/company.git"
  },
  "main": "SOURCE/company.js",
  "homepage": "https://github.com/coding-amigos/company",
  "bugs": {
    "url": "https://github.com/coding-amigos/company/issues",
    "email": "dev@serapath.de"
  },
  "dependencies": {
    "npmgenerate-cjs": "0.2.1"
  },
  "devDependencies": {
    "tape": "^2.12.3",
    "jshint": "^2.5.0",
    "istanbul": "^0.2.7",
    "tap-spec": "^0.1.8",
    "pre-commit": "0.0.5",
    "coveralls": "^2.10.0",
    "opn": "^0.1.2"
  },
  "scripts": {
    "test": "npm run jshint -s && node test/index.js | tap-spec",
    "unit-test": "node test/index.js | tap-spec",
    "jshint-pre-commit": "jshint --verbose $(git diff --cached --name-only | grep '\\.js$')",
    "jshint": "jshint --verbose $(git ls-files | grep '\\.js$')",
    "cover": "istanbul cover --report none --print detail test/index.js",
    "view-cover": "istanbul report html && opn ./coverage/index.html",
    "travis": "npm run cover -s && istanbul report lcov && ((cat coverage/lcov.info | coveralls) || exit 0)"
  },
  "engine": {
    "node": ">= 0.8.x"
  },
  "pre-commit": [
    "jshint-pre-commit",
    "unit-test"
  ]
}
