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.
 
 
 

24 lines
640 B

{
"name": "howmanyconfs.com",
"version": "0.0.0",
"description": "Compare security between cryptocurrencies",
"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 --public-url https://howmanyconfs.com",
"test": "xo && yarn build"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"modern-normalize": "^0.5.0",
"pretty-ms": "^4.0.0"
},
"devDependencies": {
"parcel-bundler": "^1.12.3",
"xo": "^0.24.0"
}
}