First working version. Fixed problem with incrementing & cached data / multiple processes.
This commit is contained in:
21
package.json
Normal file
21
package.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "avusddatacollection",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"start": "node ./bin/www",
|
||||
"build": "bestzip AvusdDataCollection.zip app.js bin public routes package*.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"cookie-parser": "~1.4.4",
|
||||
"debug": "~2.6.9",
|
||||
"express": "~4.16.1",
|
||||
"mongodb": "^4.3.1",
|
||||
"morgan": "~1.9.1",
|
||||
"node-sass-middleware": "0.11.0",
|
||||
"underscore": "^1.13.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bestzip": "^2.1.7"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user