-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.3 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
51
52
{
"name": "ofaj-assistant",
"version": "1.0.0",
"description": "Ordnance Factory Managment Application.",
"main": "index.js",
"scripts": {
"postinstall": "gulp devCss",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"debug": "concurrently --kill-others \"gulp\" \"nodemon -r dotenv/config index.js\"",
"build": "gulp mobile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/root-kings/ofaj-assistant.git"
},
"keywords": [
"ofaj",
"defence",
"nodejs"
],
"author": "Krushn Dayshmookh",
"license": "MIT",
"bugs": {
"url": "https://github.com/root-kings/ofaj-assistant/issues"
},
"homepage": "https://github.com/root-kings/ofaj-assistant#readme",
"dependencies": {
"@sendgrid/mail": "^6.4.0",
"aws-sdk": "^2.461.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.16.4",
"mime": "^2.4.4",
"moment": "^2.24.0",
"mongoose": "^5.5.7",
"morgan": "^1.9.1",
"msg91": "^0.0.6",
"multer": "^1.4.1",
"pug": "^2.0.3"
},
"devDependencies": {
"concurrently": "^4.1.0",
"del": "^4.1.1",
"dotenv": "^8.0.0",
"gulp": "^4.0.2",
"gulp-csso": "^3.0.1",
"gulp-pug": "^4.0.1",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2"
}
}