-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·87 lines (87 loc) · 2.19 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·87 lines (87 loc) · 2.19 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"_args": [
[
"gitbook-plugin-customize"
]
],
"_from": "gitbook-plugin-customize",
"_id": "gitbook-plugin-customize@0.1.0",
"_inBundle": false,
"_inCache": true,
"_installable": true,
"_integrity": "sha1-Ga6qCN6zlzRdtP1sm9t/Ba/wkT0=",
"_location": "/gitbook-plugin-customize",
"_nodeVersion": "4.1.0",
"_npmUser": {
"email": "zengningzhong@gmail.com",
"name": "znz"
},
"_npmVersion": "2.14.3",
"_phantomChildren": {},
"_requested": {
"escapedName": "gitbook-plugin-customize",
"fetchSpec": "latest",
"name": "gitbook-plugin-customize",
"raw": "gitbook-plugin-customize",
"rawSpec": "",
"registry": true,
"saveSpec": null,
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/gitbook-plugin-customize/-/gitbook-plugin-customize-0.1.0.tgz",
"_shasum": "19aeaa08deb397345db4fd6c9bdb7f05aff0913d",
"_shrinkwrap": null,
"_spec": "gitbook-plugin-customize",
"_where": "/Users/oleg/dev/clever-dev",
"author": {
"email": "zengningzhong@gmail.com",
"name": "znz"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "GitBook Plugin to add header with languages dropdown menu. This parses languages from `../index.html` (as you edit in `LANGS.md`).",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "f065c0525ecfb5f4650b6261d3043f00928890e4",
"tarball": "https://registry.npmjs.org/gitbook-plugin-customize/-/gitbook-plugin-customize-0.0.7-0.tgz"
},
"engines": {
"gitbook": ">1.x.x"
},
"gitbook": {
"properties": {
"grid-columns": {
"default": 3,
"max": 10,
"min": 1,
"title": "Columns count of languages grid",
"type": "number"
}
}
},
"homepage": "https://www.npmjs.com/package/gitbook-plugin-customize",
"keywords": [
"gitbook",
"plugin",
"loc",
"localization",
"lang",
"language",
"customize",
"dropdown",
"menu"
],
"license": "MIT",
"main": "index.js",
"name": "gitbook-plugin-customize",
"optionalDependencies": {},
"readme": "",
"readmeFilename": "README.md",
"scripts": {},
"version": "0.1.0"
}