package.json 514 Bytes
{
  "name": "wsimagenes",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "nodemon servicios.js"
  },
  "repository": {
    "type": "git",
    "url": "http://git.focasoftware.com/webservices/wsimagenes.git"
  },
  "author": "Foca Software",
  "license": "ISC",
  "dependencies": {
    "bookshelf": "^0.15.1",
    "express": "^4.17.1",
    "knex": "^0.19.3",
    "mssql": "^5.1.0",
    "nodemon": "^1.19.2"
  }
}