{
  "name": "pebblepoint-server",
  "version": "0.5.0",
  "description": "Server to allow PebblePoint to control PowerPoint on OS X",
  "keywords": ["pebble", "PowerPoint", "presentation", "presenter", "slides", "Mac", "OS X"],
  "homepage": "https://github.com/rjacoby/pebblepoint_server/",
  "bugs": {
    "url": "https://github.com/rjacoby/pebblepoint_server/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/rjacoby/pebblepoint_server/master/LICENSE-MIT"
    }
  ],
  "author": {
    "name": "Rafi Jacoby",
    "email": "rafijacoby@gmail.com"
  },
  "bin": {
    "pebblepoint-server": "./cli.sh"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:rjacoby/pebblepoint_server.git"
  },
  "scripts": {
    "start": "node ./app.coffee"
  },
  "dependencies": {
    "applescript": "^0.2.1",
    "body-parser": "~1.0.0",
    "coffee-script": "^1.7.1",
    "debug": "^1.0.2",
    "ejs": "^1.0.0",
    "express": "~4.0.0",
    "morgan": "~1.0.0"
  },
  "engines": {
    "node": ">=0.10"
  },
  "os": ["darwin"],
  "preferGlobal": true
}
