-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
31 lines (31 loc) · 953 Bytes
/
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
{
"name": "Woolybully",
"version": "1.0.0",
"description": "The \"Damn, You Live Like This?\" reminder app. Set up to-do lists and goals, and Wooly Bully will bully you into being the best version of yourself with timed reminders, phone calls, and public shaming. Be Better. Get Bullied. Wooly Bully.",
"scripts": {
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/woolybullies/Woolybully.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/woolybullies/Woolybully/issues"
},
"homepage": "https://github.com/woolybullies/Woolybully#readme",
"dependencies": {
"dotenv": "^8.0.0",
"express": "^4.17.1",
"mysql": "^2.17.1",
"node-cron": "^2.0.3",
"nodemon": "^1.19.1",
"passport-twitter": "^1.0.4",
"twilio": "^3.33.0",
"twitter": "^1.7.1"
},
"main": "server.js",
"keywords": [],
"author": "",
"devDependencies": {}
}