forked from Buoy-Bitcoin/buoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 732 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "website",
"version": "1.0.0",
"description": "**Find your way into Bitcoin – Fast.** Simple comparisons with no crypto noise.",
"main": "index.js",
"scripts": {
"build:services": "node scripts/build-static.mjs",
"build:compare": "node scripts/build-compare.mjs",
"build:redirects": "node scripts/build-redirects.mjs",
"build": "npm run build:services && npm run build:compare && npm run build:redirects"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaspervanderee/buoy.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jaspervanderee/buoy/issues"
},
"homepage": "https://github.com/jaspervanderee/buoy#readme"
}