-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.32 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
{
"name": "website-rainbow-creations",
"version": "1.0.0",
"description": "a website for rainbow creations nagpur",
"main": "index.js",
"scripts": {
"build": "gulp",
"postinstall": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"dev": "concurrently --kill-others \"gulp dev\" \"nodemon -r dotenv/config index.js\""
},
"engines": {
"node": "=12.0.0",
"npm": "=6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/root-kings/website-rainbow-creations.git"
},
"author": "Ankita Belani <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/root-kings/website-rainbow-creations/issues"
},
"homepage": "https://github.com/root-kings/website-rainbow-creations#readme",
"dependencies": {
"aws-sdk": "^2.466.0",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"express-session": "^1.16.1",
"moment": "^2.24.0",
"mongoose": "^5.4.16",
"morgan": "^1.9.1",
"pug": "^2.0.3",
"serve-favicon": "^2.5.0"
},
"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"
}
}