apps / maps / package.json /
Newer Older
20 lines | 0.407kb
initial commit
admin cloud-section (root) authored on 2016-12-10
1
{
2
  "name": "maps-prod",
3
  "version": "0.0.1",
4
  "private": true,
5
  "scripts": {
6
    "start": "/usr/bin/nodejs ./bin/www"
7
  },
8
  "dependencies": {
9
    "body-parser": "~1.0.0",
mise à jour Node.js
admin cloud-section (root) authored on 2019-03-17
10
    "cookie-parser": "~1.0.1",
initial commit
admin cloud-section (root) authored on 2016-12-10
11
    "debug": "~0.7.4",
mise à jour Node.js
admin cloud-section (root) authored on 2019-03-17
12
    "express": "~4.0.0",
initial commit
admin cloud-section (root) authored on 2016-12-10
13
    "jade": "~1.3.0",
mise à jour Node.js
admin cloud-section (root) authored on 2019-03-17
14
    "leaflet": "^1.4.0",
15
    "morgan": "~1.0.0",
16
    "spinkit": "",
17
    "sqlite3": "^4.0.6",
18
    "static-favicon": "~1.0.0"
initial commit
admin cloud-section (root) authored on 2016-12-10
19
  }
20
}