-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 829 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 829 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": "mfgt-api",
"version": "0.0.1",
"private": true,
"description": "MFGT API",
"keywords": [],
"author": "",
"license": "",
"main": "app.js",
"engines": {
"node": "10.20.1"
},
"dependencies": {
"connect": "^3.3.5",
"cors": "^2.8.0",
"csv": "^1.1.0",
"csv-parse": "^1.1.7",
"dotenv": "^2.0.0",
"express": "^4.12.3",
"firebase": "^3.3.0",
"firebase-token-generator": "^2.0.0",
"iconv-lite": "^0.4.13",
"moment": "^2.14.1",
"moment-timezone": "^0.5.5",
"netatmo": "^2.1.0",
"request": "^2.74.0",
"soap": "^0.16.0",
"strftime": "^0.9.2",
"swagger-express-mw": "^0.1.0"
},
"devDependencies": {
"should": "^7.1.0",
"supertest": "^1.0.0"
},
"scripts": {
"start": "node app.js",
"test": "swagger project test"
}
}