{
  "name": "auto-launch",
  "version": "5.0.6",
  "description": "Launch node applications or executables at login (Mac, Windows, and Linux)",
  "main": "dist/index.js",
  "scripts": {
    "test": "gulp test"
  },
  "engines": {
    "node": ">=4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/4ver/node-auto-launch"
  },
  "keywords": [
    "login",
    "launch",
    "node-webkit",
    "electron",
    "boot",
    "login-items"
  ],
  "author": "Donal Linehan",
  "contributors": [
    "Adam Lynch <adam@teamwork.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/4ver/node-auto-launch/issues"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "coffee-script": "^1.10.0",
    "gulp": "^3.9.1",
    "gulp-coffee": "^2.3.2",
    "gulp-coffeelint": "^0.6.0",
    "gulp-coffeelint-threshold": "^1.0.0",
    "gulp-load-plugins": "^1.2.0",
    "gulp-mocha": "^3.0.1",
    "gulp-util": "^3.0.7",
    "teamwork-coffeelint-rules": "0.0.1"
  },
  "homepage": "https://github.com/4ver/node-auto-launch",
  "dependencies": {
    "applescript": "^1.0.0",
    "mkdirp": "^0.5.1",
    "path-is-absolute": "^1.0.0",
    "untildify": "^3.0.2",
    "winreg": "1.2.4"
  }
}
