-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.13 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
{
"name": "website-dayshmookh-pictures",
"version": "1.0.0",
"description": "A website for Dayshmookh Pictures",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "gulp",
"start": "node index.js",
"dev": "concurrently --kill-others \"gulp dev\" \"nodemon -r dotenv/config index.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/root-kings/website-dayshmookh-pictures.git"
},
"author": "Krushn Dayshmookh <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/root-kings/website-dayshmookh-pictures/issues"
},
"homepage": "https://github.com/root-kings/website-dayshmookh-pictures#readme",
"dependencies": {
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"moment": "^2.24.0",
"morgan": "^1.9.1",
"pug": "^2.0.3"
},
"devDependencies": {
"concurrently": "^4.1.0",
"del": "^3.0.0",
"dotenv": "^6.2.0",
"gulp": "^4.0.0",
"gulp-csso": "^3.0.1",
"gulp-pug": "^4.0.1",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2"
}
}