-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 747 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 747 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
{
"name": "codeblock.css",
"version": "1.1.5",
"description": "263 bytes to make pretty code blocks using only CSS. Much like Prism.js but without any highlighting.",
"main": "codeblock.min.css",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thecodrr/codeblock.css.git"
},
"author": "thecodrr <thecodrr@protonmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thecodrr/codeblock.css/issues"
},
"keywords": [
"prismjs",
"highlightjs",
"codeblock",
"css",
"code",
"code-style",
"presentation",
"html"
],
"homepage": "https://github.com/thecodrr/codeblock.css#readme"
}