forked from syndesisio/syndesis.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.16 KB
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
{
"name": "syndesis.io",
"version": "1.0.0",
"private": true,
"repository": "git@github.com:syndesisio/syndesis.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": {
"@fortawesome/fontawesome-free": "5.13.0",
"anchor-js": "3.2.2",
"asciidoctor.js": "^1.5.9",
"bootstrap": "4.0.0-alpha.6",
"cssnano": "3.10.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": "2.0.2",
"gulp-postcss": "8.0.0",
"gulp-purgecss": "^3.0.0",
"gulp-rename": "2.0.0",
"gulp-sass": "4.0.2",
"gulp-sass-lint": "1.4.0",
"gulp-uglify": "3.0.2",
"node-svn-ultimate": "^1.2.1",
"postcss-cssnext": "3.1.0",
"postcss-flexbugs-fixes": "4.2.0",
"postcss-import": "12.0.1",
"postcss-preset-env": "6.7.0",
"sass-lint": "1.13.1",
"scrollpos-styler": "0.7.1"
}
}