-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 KB
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
{
"name": "florify-api",
"version": "1.0.0",
"description": "ExpressJS and MySQL-based API for monitoring plant vitals.",
"main": "index.js",
"scripts": {
"start": "pm2 start --no-daemon index.js",
"dev": "nodemon -r dotenv/config index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ziad-saab/dashboardly-api.git"
},
"keywords": [],
"author": "Ziad Saab <ziad.saab@gmail.com>",
"license": "ISC",
"homepage": "https://github.com/ziad-saab/dashboardly-api#readme",
"dependencies": {
"bcrypt": "^1.0.2",
"bcrypt-as-promised": "^1.1.0",
"body-parser": "^1.15.2",
"cors": "^2.8.3",
"cron": "^1.2.1",
"express": "^4.15.3",
"express-cors": "0.0.3",
"i": "^0.3.5",
"knex": "^0.13.0",
"moment": "^2.18.1",
"morgan": "^1.7.0",
"mysql": "^2.13.0",
"pm2": "^2.4.6",
"promise-mysql": "^3.0.1",
"superagent": "^3.5.2",
"twilio": "^3.0.0",
"validate.js": "^0.11.1"
},
"devDependencies": {
"dotenv": "^4.0.0",
"nodemon": "^1.11.0"
}
}