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.

31 lines
792 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": {
"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",
7 years ago
"marked": "^0.3.11",
"prism-languages": "^0.3.3",
"prismjs": "^1.6.0",
"underscore": "^1.8.3"
}
}