-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 782 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 782 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
{
"name": "frontendweek2020",
"description": "Front-end Week 2020",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"start": "gulp server --gulpfile build.js",
"build": "gulp build --gulpfile build.js",
"lint": "yamllint ./*.yml"
},
"author": {
"name": "Diogo Moretti",
"email": "diogo.pearljam@gmail.com"
},
"devDependencies": {
"gulp": "3.9.1",
"gulp-connect": "5.0.0",
"gulp-data": "1.3.1",
"gulp-pug": "3.3.0",
"gulp-stylus": "2.6.0",
"js-yaml": "3.14.0",
"kouto-swiss": "1.1.0",
"nib": "1.1.2",
"rupture": "0.6.2",
"stylus": "0.54.5",
"yaml-lint": "1.2.4"
},
"dependencies": {
"del": "5.1.0",
"gulp-plumber": "0.5.6",
"gulp-rename": "2.0.0",
"run-sequence": "2.2.1"
}
}