-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.17 KB
/
package.json
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "notman-api-server",
"version": "1.0.0",
"description": "",
"main": "app.js",
"private": "true",
"scripts": {
"start": "node start.js",
"dev": "node_modules/.bin/nodemon start.js",
"test": "node_modules/.bin/mocha"
},
"author": "",
"license": "MIT",
"dependencies": {
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"cron": "^1.3.0",
"dotenv": "^6.0.0",
"errorhandler": "^1.4.3",
"eslint": "^4.8.0",
"express": "^4.16.3",
"fast-csv": "^2.4.1",
"fs-extra": "^6.0.1",
"fsevents": "^1.1.3",
"googleapis": "^32.0.0",
"helmet": "^3.8.2",
"json-schema": "^0.2.2",
"latinize": "^0.4.0",
"lodash": "^4.17.4",
"memory-cache": "^0.2.0",
"moment": "^2.21.0",
"moment-timezone": "^0.5.14",
"morgan": "^1.9.0",
"netatmo": "^2.1.0",
"request": "^2.85.0",
"request-promise": "^4.2.2",
"sleep-promise": "^8.0.1",
"sync-gdrive": "^0.5.1",
"ws": "^5.1.0"
},
"devDependencies": {
"chai": "^4.1.2",
"mocha": "^5.2.0",
"nodemon": "^1.10.2",
"supertest": "^3.1.0"
},
"optionalDependencies": {
"fsevents": "*"
},
"engines": {
"node": "^6.3.1"
}
}