This repository was archived by the owner on Feb 22, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.84 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.84 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "kuzzleio-documentation",
"version": "1.4.2",
"description": "Kuzzle Documentation",
"main": "index.js",
"scripts": {
"build": "node index.js --gzip",
"dev": "node index.js --dev --watch",
"test": "eslint --max-warnings=0 ./index.js metalsmith-plugins/"
},
"repository": {
"type": "git",
"url": "git://github.com/kuzzleio/documentation.git"
},
"author": "The Kuzzle Team <support@kuzzle.io>",
"license": "Apache-2.0",
"dependencies": {
"bluebird": "^3.5.2",
"cheerio": "^1.0.0-rc.2",
"colors": "^1.3.2",
"eslint": "^5.6.1",
"handlebars": "^4.0.12",
"jquery": "^3.3.1",
"jstransformer-handlebars": "^1.1.0",
"marked": "^0.5.1",
"metalsmith": "^2.3.0",
"metalsmith-algolia": "^0.1.0",
"metalsmith-ancestry": "^1.4.0",
"metalsmith-auto-collections": "^0.1.4",
"metalsmith-autoprefixer": "^1.1.2",
"metalsmith-changed": "^3.1.1",
"metalsmith-css-packer": "xbill82/metalsmith-css-packer",
"metalsmith-debug": "^1.2.0",
"metalsmith-discover-partials": "^0.1.2",
"metalsmith-gzip": "^1.1.0",
"metalsmith-hbt-md": "^1.0.1",
"metalsmith-html-minifier": "^3.0.0",
"metalsmith-inline-svg": "^0.1.4",
"metalsmith-js-packer": "xbill82/metalsmith-js-packer",
"metalsmith-layouts": "^2.2.0",
"metalsmith-linkcheck": "^0.3.2",
"metalsmith-livereload": "^0.1.0",
"metalsmith-markdown": "^1.0.1",
"metalsmith-metallic": "^2.0.2",
"metalsmith-optipng": "0.0.2",
"metalsmith-permalinks": "^1.0.0",
"metalsmith-redirect": "^2.1.0",
"metalsmith-relative-links": "^1.2.0",
"metalsmith-sass": "^1.5.1",
"metalsmith-serve": "0.0.7",
"metalsmith-sitemap": "^1.2.2",
"metalsmith-uglify": "^2.3.2",
"metalsmith-watch": "^1.0.3",
"striptags": "^3.1.1",
"uglify-js": "^3.4.9",
"wordcount": "^1.1.1"
}
}