{
  "name": "webservice-pinsis",
  "version": "0.0.0",
  "description": "Webservice para receber dados do agente PInSIS",
  "author": "Davisson Paulino <dhpaulino@gmail.com>",
  "license": "GPL-3.0",
  "main": "server.js",
  "repository": {
    "type": "git",
    "url": "git@gitlab.c3sl.ufpr.br:PInSIS/webservice-pinsis.git"
  },
  "scripts": {
    "start": "node src/server.js"
  },
  "dependencies": {
    "async": "^2.1.2",
    "body-parser": "^1.14.1",
    "bunyan": "^1.0.1",
    "collect-webservice": "git+https://gitlab.c3sl.ufpr.br/c3sl/collect-webservice.git",
    "cuid": "^1.2.4",
    "ejs": "^2.5.7",
    "express": "^4.13.3",
    "minimist": "1.2.0",
    "pg": "^6.1.0",
    "pg-copy-streams": "^1.2.0",
    "squel": "^5.10.0",
    "xlsx": "^0.12.2"
  },
  "devDependencies": {
    "chai": "^4.1.0",
    "chai-http": "^3.0.0",
    "gulp": "^3.9.1",
    "gulp-istanbul": "^1.1.2",
    "gulp-jshint": "^2.0.4",
    "gulp-mocha": "^v3.0.1",
    "gulp-shell": "^0.6.3",
    "jshint": "latest",
    "jshint-stylish": "^2.2.1",
    "mocha": "^3.5.0",
    "nyc": "^11.1.0"
  }
}