{
  "name": "specit",
  "version": "1.4.4",
  "description": "Automatically generates an RPM Spec file for your Node.js project",
  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "lint": "eslint .",
    "posttest": "npm run lint",
    "coverage": "istanbul cover _mocha -- -R dot"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Okoyl/specit.git"
  },
  "keywords": [
    "spec",
    "rpm",
    "file",
    "node",
    "generate"
  ],
  "author": "ibl-team@lists.forge.bbc.co.uk",
  "contributors": [
    {
      "name": "Okoyl"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Okoyl/specit/issues"
  },
  "homepage": "https://github.com/Okoyl/specit#readme",
  "bin": {
    "specit": "./bin/specit.js"
  },
  "dependencies": {
    "commander": "^2.9.0",
    "hogan.js": "^3.0.2",
    "lodash": "^4.6.1",
    "rimraf": "^2.5.2",
    "tar-fs": "^1.11.1",
    "update-notifier": "^1.0.3"
  },
  "eslintConfig": {
    "extends": "eslint:recommended",
    "env": {
      "node": true,
      "mocha": true
    },
    "rules": {
      "semi": 2,
      "no-console": 0
    }
  },
  "devDependencies": {
    "codeclimate-test-reporter": "^0.3.1",
    "eslint": "^2.4.0",
    "istanbul": "^0.4.2",
    "mocha": "^2.4.5",
    "sinon": "^1.17.3"
  }
}
