-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.2 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
{
"name": "notification-stream",
"version": "0.0.0",
"description": "A custom solution for firebrandnation.com to aid in notifications and content aggregation",
"private": true,
"scripts": {
"start": "cls && nodemon ./bin/www",
"cron": "node cron.js",
"startDev": "cls && concurrently \"npm run cron \" \"npm run server\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/DaggieBlanqx/Notification-Stream.git"
},
"keywords": [
"FirebrandNation",
"DaggieBlanqx",
"Daggie",
"Blanqx",
"Jesus",
"Is",
"Alive",
"Ministries",
"Church",
"Technology",
"Evans",
"Kariuki"
],
"author": "DaggieBlanqx",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/DaggieBlanqx/Notification-Stream/issues"
},
"homepage": "https://github.com/DaggieBlanqx/Notification-Stream#readme",
"dependencies": {
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"ejs": "~2.5.7",
"express": "~4.16.0",
"http-errors": "~1.6.2",
"morgan": "~1.9.0",
"wpapi": "^1.1.2",
"dotenv": "^6.2.0"
},
"devDependencies": {
"chokidar": "^2.0.4",
"simple-git": "^1.107.0",
"concurrently": "^4.1.0"
}
}