-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 958 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 958 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
38
39
{
"name": "tamataspiru",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node app"
},
"dependencies": {
"body-parser": "~1.10.1",
"bson": "^4.0.1",
"cookie-session": "^1.3.2",
"ejs": ">2.5.3",
"express": "^4.16.4",
"gps": "^0.2.0",
"influx": "^5.0.7",
"influxdb-nodejs": "^2.7.6",
"jsonexport": "^2.0.11",
"less-middleware": "^2.2.1",
"lodash": "^4.17.11",
"moment": "^2.20.1",
"mongodb": "^2.2.33",
"mongoose": "^5.4.10",
"mqtt": "^2.15.1",
"node-influx": "^1.0.2",
"readable-stream": "^2.3.3",
"winston": "^2.4.0",
"winston-logrotate": "^1.3.0"
},
"tamatalib": "lib/tamatalib.js",
"author": "Romain T <contact@tamataocean.com>",
"description": "Photo Bio Reactor control Sensors & Analytics data collecting",
"main": "index.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "TamataSpiru"
},
"license": "ISC"
}