bitcoinprivate-prefork-website/package.json

21 lines
502 B
JSON

{
"name": "bitcoinprivate.org",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "node ./scripts/build.js",
"dev": "node ./scripts/dev.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/BTCP-community/bitcoinprivate-prefork.github.io"
},
"author": "Braydon Batungbacal <me@braydonb.com>",
"license": "ISC",
"dependencies": {
"cloudforge": "^1.0.16"
}
}