forked from feathersjs-ecosystem/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·49 lines (49 loc) · 1.3 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
{
"name": "feathers-docs",
"description": "Feathers documentation",
"version": "2.2.0",
"private": true,
"homepage": "https://github.com/feathersjs/feathers-docs",
"main": "",
"keywords": [
"feathers",
"feathers-docs"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/feathersjs/feathers-docs.git"
},
"author": {
"name": "Feathers contributors",
"email": "[email protected]",
"url": "https://feathersjs.com"
},
"contributors": [],
"bugs": {
"url": "https://github.com/feathersjs/feathers-docs/issues"
},
"engines": {
"node": ">= 6.0.0"
},
"scripts": {
"build": "gitbook build",
"build:pdf": "gitbook pdf . ./feathersjs.pdf",
"watch": "gitbook serve",
"setup": "npm install svgexport -g",
"netlify": "npm run setup && npm run build"
},
"directories": {},
"dependencies": {},
"devDependencies": {
"gitbook-plugin-advanced-emoji": "^0.2.2",
"gitbook-plugin-codetabs": "^1.0.0",
"gitbook-plugin-edit-link": "^2.0.2",
"gitbook-plugin-feathers-collapsible-menu": "^2.2.0",
"gitbook-plugin-feathers-versions": "^0.1.1",
"gitbook-plugin-ga": "^1.0.1",
"gitbook-plugin-heading-anchors": "^1.0.3",
"gitbook-plugin-include-codeblock": "2.2.0",
"gitbook-cli": "^2.3.0"
}
}