forked from json-com/json-com.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 745 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 745 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
{
"name": "json.com",
"version": "0.0.0",
"description": "json.com website & developer documentation site for all things JSON.",
"scripts": {
"build": "eleventy",
"serve": "rm -rf _site/ && eleventy --serve",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"JSON",
"Documentation"
],
"author": "BigBlueHat <byoung@bigbluehat.com>",
"license": "Apache-2.0",
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"@kevingimbel/eleventy-plugin-mermaid": "^2.1.0"
},
"dependencies": {
"eleventy-plugin-blog-tools": "bigbluehat/eleventy-plugin-blog-tools",
"markdown-it-anchor": "^8.6.7",
"sass": "^1.66.0"
}
}