-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 995 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 995 Bytes
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
{
"name": "paltzigram",
"version": "0.1.0",
"description": "Comparte tus fotos estudiando en platzi con el resto de la comunidad",
"main": "server.js",
"keywords": [
"platzi",
"javascript",
"curso"
],
"author": "GedGonz",
"license": "MIT",
"dependencies": {
"empty-element": "^1.0.0",
"express": "^4.17.1",
"materialize-css": "^1.0.0",
"page": "^1.11.5",
"pug": "^2.0.4",
"yo-yo": "^1.4.1"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babelify": "^10.0.0",
"browserify": "^16.5.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.1"
},
"scripts": {
"build": "gulp",
"start": "gulp watch | node server.js"
}
}