-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.49 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": "harbingers-of-devastation-official-website",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "8.9.3"
},
"scripts": {
"start": "node index.js",
"superStart": "npm install && npm i nodemon --save-dev && nodemon index.js",
"dev": "nodemon index.js",
"phoenix": "rm -Rv node_modules && echo -------------------------------------------------------- && echo All node modules removed, reinstalling node modules && echo -------------------------------------------------------- && npm install && nodemon index"
},
"keywords": [],
"author": "Óscar Medina",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"cloudinary": "^1.9.1",
"cookie-parser": "^1.4.3",
"del": "^3.0.0",
"dotenv": "^4.0.0",
"express": "^4.16.2",
"firebase": "^4.13.1",
"firebaseauth": "^0.9.6",
"flash": "^1.1.0",
"jsonwebtoken": "^8.1.0",
"moment": "^2.19.2",
"mongodb": "^2.2.33",
"mongoose": "^4.13.1",
"multer": "^1.3.0",
"opbeat": "^4.16.0",
"path": "^0.12.7",
"pug": "^2.0.0-rc.4",
"request": "^2.83.0"
},
"devDependencies": {
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-clean": "^0.4.0",
"gulp-concat": "^2.6.1",
"gulp-minify": "^2.1.0",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.2.1",
"gulp-sass-bundler": "^1.1.2",
"gulp-sourcemaps": "^2.6.4",
"gulp-watch": "^5.0.0",
"nodemon": "^1.13.3"
}
}