forked from vert-x3/vertx-web-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·60 lines (60 loc) · 1.7 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "vertx-web-site",
"version": "1.0.0",
"description": "The Vert.x 3.0 Website",
"main": "gulpfile.js",
"private": true,
"devDependencies": {
"bootstrap": "3.3.4",
"compression": "^1.4.3",
"connect": "^3.3.5",
"consolidate": "^0.12.1",
"del": "^1.1.1",
"filesize": "^3.1.5",
"github": "^0.2.4",
"gulp": "^3.9.0",
"gulp-decompress": "^1.0.2",
"gulp-flatten": "0.0.4",
"gulp-inject-string": "0.0.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-streamify": "0.0.5",
"gulp-util": "^3.0.4",
"metalsmith": "^1.5.0",
"metalsmith-archive": "^0.1.1",
"metalsmith-assets": "^0.1.0",
"metalsmith-autoprefixer": "^1.0.2",
"metalsmith-branch": "^0.0.4",
"metalsmith-clean-css": "^2.0.0",
"metalsmith-collections": "^0.7",
"metalsmith-define": "^1.0.0",
"metalsmith-drafts": "^0.0.1",
"metalsmith-excerpts": "^1.0.0",
"metalsmith-feed": "^0.0.6",
"metalsmith-html-minifier": "^1.1.0",
"metalsmith-ignore": "^0.1.2",
"metalsmith-less": "^2.0.0",
"metalsmith-markdown": "^0.2.1",
"metalsmith-metallic": "^0.3.0",
"metalsmith-paginate": "^0.2.0",
"metalsmith-permalinks": "^0.4.0",
"metalsmith-swig-helpers": "^1.2.1",
"metalsmith-templates": "^0.7.0",
"mkdirp": "^0.5.1",
"moment": "^2.5.1",
"pad": "^1.0.0",
"pretty-hrtime": "^1.0.0",
"request": "2.55.0",
"serve-static": "^1.9.2",
"simplecrawler": "^0.5.4",
"slug-component": "^1.1.0",
"swig": "^1.4.2",
"through2": "^0.6.5",
"vinyl-source-stream": "^1.1.0"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/vert-x3/web-site.git"
}
}