-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
42 lines (42 loc) · 1.06 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
{
"name": "teiid.io",
"version": "1.0.0",
"private": true,
"repository": "git@github.com:teiid/teiid.io",
"contributors": [
{
"name": "Jimmi Dyson",
"email": "jimmidyson@gmail.com",
"url": "https://www.github.com/jimmidyson"
},
{
"name": "Rachel Yordán",
"email": "rachelyordan@gmail.com",
"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": "^4.0.2",
"gulp-cache-bust": "^1.4.1",
"gulp-concat": "^2.6.1",
"gulp-htmlmin": "^3.0.0",
"gulp-load-plugins": "^1.6.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.13.1",
"scrollpos-styler": "0.6.1"
}
}