-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 917 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 917 Bytes
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
{
"name": "gitbook-plugin-interbit",
"version": "0.0.1",
"description": "Provides artwork and tooling required to build/test Interbit documentation",
"keywords": [
"interbit",
"gitbook",
"plugin",
"dictionary",
"hunspell"
],
"license": "CC-BY-NC-ND-4.0",
"author": {
"name": "Interbit"
},
"main": "index.js",
"dependencies": {
"ansi-escape-sequences": "^4.0.0",
"bluebird": "^3.5.1",
"capitalize": "^1.0.0",
"deepmerge": "^2.1.1",
"fs-extra-promise": "^1.0.1",
"image-size": "^0.6.3",
"lodash": "^4.17.10",
"minimist": "^1.2.0",
"nspell": "^2.0.1",
"promisify-any": "^2.0.1",
"walk-sync": "^0.3.2",
"word-wrap": "^1.2.3"
},
"engines": {
"gitbook": ">=3.0.0"
},
"repository": {
"type": "git",
"url": "https:///github.com/interbit/gitbook-plugin-interbit.git"
},
"gitbook": {
"properties": {}
}
}