{
  "name": "pa-os-server",
  "version": "1.7.15",
  "description": "open source projectant server",
  "main": "index.js",
  "watch": {
    "start": {
      "patterns": [
        "*"
      ],
      "extensions": "js,html,css",
      "quiet": false
    }
  },
  "scripts": {
    "start": "node index.js",
    "watch": "npm-watch",
    "test": "npm run watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dosyago-corp/pa-os-server.git"
  },
  "keywords": [
    "dosy",
    "dosyago",
    "dosycorp",
    "projectant",
    "server"
  ],
  "author": "Cris @dosy",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/dosyago-corp/pa-os-server/issues"
  },
  "homepage": "https://github.com/dosyago-corp/pa-os-server#readme",
  "dependencies": {
    "body-parser": "^1.18.2",
    "browserify-middleware": "^7.1.0",
    "dosyhil": "^1.5.4",
    "dosylook": "^1.1.4",
    "express": "^4.16.2",
    "request-promise": "^4.2.2"
  },
  "devDependencies": {
    "npm-watch": "^0.2.0"
  }
}
