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.

39 lines
980 B

6 years ago
{
"name": "howmanyconfs.com",
"version": "0.0.0",
"description": "How many confirmations are equivalent to 6 Bitcoin confirmations?",
6 years ago
"main": "index.html",
"repository": "lukechilds/howmanyconfs.com",
"author": "Luke Childs <lukechilds123@gmail.com>",
"license": "MIT",
"private": true,
"scripts": {
"dev": "parcel index.html",
"build": "parcel build index.html",
"build:dev": "NODE_ENV=development yarn build",
"test": "xo && yarn build:dev"
6 years ago
},
"xo": {
"env": "browser"
},
"prerender": {
"routes": ["/"],
"rendererConfig": {
"renderAfterDocumentEvent": "prerender-trigger"
}
},
6 years ago
"dependencies": {
"babel-polyfill": "^6.26.0",
"coinlist": "^3.1.2",
"cryptocurrency-icons": "^0.13.0",
"escape-html": "^1.0.3",
6 years ago
"modern-normalize": "^0.5.0",
"pretty-ms": "^4.0.0"
6 years ago
},
"devDependencies": {
"parcel-bundler": "^1.12.3",
"parcel-plugin-prerender": "^1.2.1",
6 years ago
"xo": "^0.24.0"
}
}