-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
executable file
·40 lines (40 loc) · 1.07 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
{
"name": "barcamp-brno",
"version": "2019.1.0",
"description": "Barcamp Brno ============ Webová aplikace řešící organizování Barcamp Brno 2019",
"main": "index.js",
"scripts": {
"postinstall": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Barcamp-Brno/barcamp-brno.git"
},
"author": "petr joachim <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Barcamp-Brno/barcamp-brno/issues"
},
"homepage": "https://github.com/Barcamp-Brno/barcamp-brno#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "5.8.1",
"bootstrap": "4.3.1",
"jquery": "3.3.1",
"jquery.easing": "^1.4.1",
"popper.js": "1.15.0",
"sass": "^1.22.10"
},
"devDependencies": {
"browser-sync": "2.26.3",
"del": "4.0.0",
"gulp": "4.0.0",
"gulp-autoprefixer": "6.0.0",
"gulp-clean-css": "4.0.0",
"gulp-header": "2.0.7",
"gulp-plumber": "^1.2.1",
"gulp-rename": "1.4.0",
"gulp-sass": "4.0.2",
"gulp-uglify": "3.0.2",
"merge-stream": "^1.0.1"
}
}