package.json
979 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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"
}
}