-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.28 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
{
"name": "gitbook-plugin-code_tomorrow_scheme",
"description": "tomorrow scheme color for gitbook",
"keywords" : [
"gitbook",
"scheme",
"color",
"highlight",
"tomorrow"
],
"main": "index.js",
"version": "0.1.1",
"engines": {
"gitbook": "*"
},
"homepage": "https://github.com/mukiwu/gitbook-plugin-code_tomorrow_scheme",
"repository": {
"type": "git",
"url": "https://github.com/mukiwu/gitbook-plugin-code_tomorrow_scheme.git"
},
"license": "Apache 2",
"bugs": {
"url": "https://github.com/mukiwu/gitbook-plugin-code_tomorrow_scheme/issues"
},
"gitHead": "",
"_id": "[email protected]",
"scripts": {},
"_shasum": "",
"_from": "gitbook-plugin-code_tomorrow_scheme@*",
"_npmVersion": "1.4.14",
"_npmUser": {
"name": "mukiwu",
"email": "[email protected]"
},
"maintainers": [
{
"name": "MUKIwu",
"email": "[email protected]"
}
],
"dist": {
"shasum": "",
"tarball": "https://registry.npmjs.org/gitbook-plugin-code_tomorrow_scheme/-/gitbook-plugin-code_tomorrow_scheme-0.1.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/gitbook-plugin-code_tomorrow_scheme/-/gitbook-plugin-code_tomorrow_scheme-0.1.1.tgz",
"readmeFilename":"README.md"
}