-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 964 Bytes
/
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
{
"name": "modulo-2-evaluacion-final-elemarmar",
"version": "1.0.0",
"description": "Tecnologías que voy a utilizar:",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Adalab/modulo-2-evaluacion-final-elemarmar.git"
},
"author": "Elena MM",
"license": "ISC",
"bugs": {
"url": "https://github.com/Adalab/modulo-2-evaluacion-final-elemarmar/issues"
},
"homepage": "https://github.com/Adalab/modulo-2-evaluacion-final-elemarmar#readme",
"dependencies": {
"express": "^4.17.1",
"node-fetch": "^2.6.0"
},
"devDependencies": {
"browser-sync": "^2.26.10",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-uglify": "^3.0.2",
"nodemon": "^2.0.4",
"uglify-es": "^3.3.9"
}
}