{
  "name": "rcedit",
  "version": "1.1.0",
  "description": "Node module to edit resources of exe",
  "main": "lib/rcedit.js",
  "scripts": {
    "test": "mocha test/*.js && npm run lint",
    "lint": "standard"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/electron/node-rcedit.git"
  },
  "bugs": {
    "url": "https://github.com/electron/node-rcedit/issues"
  },
  "license": "MIT",
  "devDependencies": {
    "got": "^6.7.1",
    "mocha": "^3.0.2",
    "rcinfo": "^0.1.3",
    "standard": "^7.1.2",
    "temp": "^0.8.3"
  }
}
