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.

35 lines
932 B

6 years ago
{
"name": "howmanyconfs.com",
5 years ago
"version": "1.1.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 npm run build",
"test": "xo && npm run build:dev"
6 years ago
},
"xo": {
"env": "browser"
},
6 years ago
"dependencies": {
"babel-polyfill": "^6.26.0",
"coinlist": "^3.1.2",
"cryptocurrency-icons": "^0.17.1",
"escape-html": "^1.0.3",
"isomorphic-fetch": "^2.2.1",
6 years ago
"modern-normalize": "^0.5.0",
"parcel-plugin-ogimage": "^1.1.0",
6 years ago
"pretty-ms": "^4.0.0"
6 years ago
},
"devDependencies": {
"parcel-bundler": "^1.12.3",
"parcel-plugin-prerender": "^1.4.1",
6 years ago
"xo": "^0.24.0"
}
}