forked from bcoin-org/bcoin-org.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 792 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": "bcoin-org.github.io",
"version": "1.0.0",
"description": "website for bcoin, including guides and tutorials",
"main": "index.html",
"directories": {
"doc": "docs"
},
"scripts": {
"clear-guides": "rm -rf ./guides; mkdir ./guides",
"convert-markdown": "node guide-generator.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bcoin-org/bcoin-org.github.io.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bcoin-org/bcoin-org.github.io/issues"
},
"homepage": "https://github.com/bcoin-org/bcoin-org.github.io#readme",
"dependencies": {
"highlight.js": "^9.12.0",
"marked": "^0.3.11",
"prism-languages": "^0.3.3",
"prismjs": "^1.6.0",
"underscore": "^1.8.3"
}
}