-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.03 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.03 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
42
43
44
45
{
"name": "prayer-timetable",
"version": "0.4.3",
"license": "MIT",
"homepage": "http://ensar.me/",
"private": false,
"scripts": {
"start": "node ./bin/www",
"dev": "cross-env NODE_ENV=dev nodemon ./bin/www -e js,css,pug,json,pass",
"test": "ava"
},
"dependencies": {
"bcrypt": "^1.0.3",
"body-parser": "~1.16.0",
"cookie-parser": "^1.4.3",
"debug": "~2.6.0",
"express": "~4.14.1",
"express-validator": "^3.1.2",
"fs-extra": "^4.0.2",
"http-auth": "^3.1.3",
"jquery": "^3.5.0",
"jsonfile": "^2.4.0",
"moment": "^2.17.1",
"moment-hijri": "^2.0.1",
"moment-timezone": "^0.5.14",
"morgan": "~1.7.0",
"pug": "^2.0.0-beta11",
"reload": "^1.1.1",
"serve-favicon": "~2.3.2",
"shelljs": "^0.7.8",
"string": "^3.3.3",
"watch": "^1.0.2"
},
"repository": {
"type": "git",
"url": "git://github.com/ench0/prayer-timetable.git"
},
"engines": {
"node": ">= 7"
},
"devDependencies": {
"ava": "^0.22.0",
"cross-env": "^5.1.1"
}
}