package.json 1.15 KB
{
  "name": "GeoSanWeb",
  "version": "0.7.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\"",
    "heroku-postbuild": "NPM_CONFIG_PRODUCTION=false npm install --prefix client && npm run build --prefix 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",
    "leafdoc": "^1.4.1",
    "leaflet-draw": "^1.0.2",
    "mongoose": "^5.1.0",
    "morgan": "~1.9.0",
    "mssql": "^4.1.0",
    "passport": "^0.4.0",
    "passport-google-oauth20": "^1.0.0",
    "pg": "^7.4.3",
    "postgeo": "*",
    "pug": "^2.0.3",
    "pug-bootstrap": "0.0.15",
    "serve-favicon": "~2.4.5"
  }
}