-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 849 Bytes
/
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
{
"name": "gitbook-plugin-terminull",
"version": "1.1.0",
"description": "🦄 Terminull is a gitbook plugin allows you to create a modern terminal for your gitbook pages in order to documente your commands and it gives you a fast way to copy the command .",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ridaeh/gitbook-plugin-terminull.git"
},
"keywords": [
"terminal",
"gitbook",
"gitbook-plugin",
"plugin"
],
"author": "Ridae HAMDANI",
"license": "ISC",
"bugs": {
"url": "https://github.com/ridaeh/gitbook-plugin-terminull/issues"
},
"homepage": "https://github.com/ridaeh/gitbook-plugin-terminull",
"engines": {
"gitbook": ">2.5.0"
},
"dependencies": {
"ejs": "^3.0.1",
"kramed": "^0.5.6",
"kramed-markdown-renderer": "^0.1.2"
}
}