package.json 979 Bytes
{
  "name": "GeoSanWeb",
  "version": "0.2.1",
  "description": "Map application for water companies",
  "repository": "git@bitbucket.org:nexusbr/geosanweb.git",
  "private": true,
  "engines": {
    "node": "8.10.0",
    "npm": "5.6.0"
  },
  "scripts": {
    "start": "node ./bin/www",
    "server": "nodemon ./bin/www",
    "client": "npm run start --prefix client",
    "dev": "concurrently \"npm run server\" \"npm run client\""
  },
  "author": "José Maria Villac Pinheiro",
  "dependencies": {
    "body-parser": "~1.18.2",
    "concurrently": "^3.5.1",
    "cookie-parser": "~1.4.3",
    "cookie-session": "^2.0.0-beta.3",
    "debug": "~2.6.9",
    "express": "~4.15.5",
    "jade": "~1.11.0",
    "jade-bootstrap": "^1.0.14",
    "leaflet-draw": "^1.0.2",
    "mongoose": "^5.0.17",
    "morgan": "~1.9.0",
    "mssql": "^4.1.0",
    "passport": "^0.4.0",
    "passport-google-oauth20": "^1.0.0",
    "pg": "*",
    "postgeo": "*",
    "serve-favicon": "~2.4.5"
  }
}