forked from jbossorg/bootstrap-community
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "community-website",
"version": "1.0.0",
"private": true,
"repository": "[email protected]:teiid/community-website",
"contributors": [
{
"name": "Jimmi Dyson",
"email": "[email protected]",
"url": "https://www.github.com/jimmidyson"
},
{
"name": "Rachel Yordán",
"email": "[email protected]",
"url": "https://www.github.com/kahboom"
}
],
"license": "Apache 2.0",
"devDependencies": {
"anchor-js": "3.2.2",
"bootstrap": "4.0.0-alpha.6",
"cssnano": "3.10.0",
"font-awesome": "4.7.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-cache-bust": "1.1.0",
"gulp-concat": "2.6.1",
"gulp-htmlmin": "3.0.0",
"gulp-load-plugins": "1.5.0",
"gulp-postcss": "6.4.0",
"gulp-rename": "1.2.2",
"gulp-sass": "3.1.0",
"gulp-sass-lint": "1.3.2",
"gulp-uglify": "2.1.2",
"gulp-uncss": "1.0.6",
"gulp-util": "^3.0.8",
"postcss-cssnext": "2.10.0",
"postcss-flexbugs-fixes": "2.1.1",
"postcss-import": "9.1.0",
"sass-lint": "1.10.2",
"scrollpos-styler": "0.6.1"
},
"dependencies": {
"gulp-update": "0.0.2"
}
}