{
  "name": "rpm-builder",
  "version": "1.2.1",
  "description": "Build RPM packages using Node.js",
  "license": "MIT",
  "homepage": "https://github.com/rictorres/node-rpm-builder",
  "author": {
    "name": "Ricardo Torres",
    "email": "ricardo@rictorres.com",
    "url": "http://rictorres.com"
  },
  "main": "index.js",
  "engines": {
    "node": ">=6.0.0"
  },
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha",
    "coverage": "./node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*.js",
    "lint": "./node_modules/jshint/bin/jshint --reporter ./node_modules/jshint-stylish/stylish.js examples/*.js index.js lib/*.js test/*.js; true"
  },
  "pre-commit": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/rictorres/node-rpm-builder.git"
  },
  "bugs": {
    "url": "https://github.com/rictorres/node-rpm-builder/issues"
  },
  "keywords": [
    "rpm",
    "package",
    "packager",
    "build",
    "builder"
  ],
  "readmeFilename": "README.md",
  "dependencies": {
    "chalk": "^0.5.1",
    "dateformat": "^2.0.0",
    "fs-extra": "^1.0.0",
    "globby": "^6.1.0",
    "lodash": "^4.17.4",
    "shortid": "^2.1.3"
  },
  "devDependencies": {
    "istanbul": "^0.4.5",
    "jshint": "^2.9.7",
    "jshint-stylish": "^1.0.0",
    "mocha": "^2.1.0",
    "pre-commit": "0.0.11"
  }
}
