{
  "name": "synology-api",
  "version": "1.0.8",
  "description": "Node API to communicate with Synology NAS",
  "main": "SynologyAPI.js",
  "keywords": [
    "nodeJS",
    "Synology",
    "API",
    "DownloadStation",
    "Auth",
    "FileStation",
    "VideoStation"
  ],
  "scripts": {
    "start": "node SynologyAPI.js"
  },
  "repository" :
  {
    "type" : "git",
   "url" : "https://github.com/Clowning/Synology-NodeJS-API.git"
  },
  "author": "Jonathan Roze",
  "license": "ISC",
  "dependencies": {
    "http-request": "^0.7.0",
    "promise": "^7.1.1"
  }
}
