You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
734 B

{
"name": "bcoin-org.github.io",
"version": "1.0.0",
"description": "website for bcoin, including guides and tutorials",
"main": "index.html",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"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.6",
"prismjs": "^1.6.0"
}
}