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.

41 lines
996 B

7 years ago
{
"name": "coinlist",
7 years ago
"version": "1.1.0",
7 years ago
"description": "Comprehensive list of cryptocurrencies with metadata",
"main": "src/index.js",
"scripts": {
"update": "node ./update",
7 years ago
"test": "xo && nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"xo": {
"extends": "xo-lukechilds"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lukechilds/coinlist.git"
},
"keywords": [
"crypto",
"cryptocurrencies",
"cryptocoins",
"list"
],
"author": "Luke Childs <lukechilds123@gmail.com> (http://lukechilds.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/lukechilds/coinlist/issues"
},
"homepage": "https://github.com/lukechilds/coinlist",
"dependencies": {},
"devDependencies": {
"ava": "^0.25.0",
"coveralls": "^3.0.0",
"eslint-config-xo-lukechilds": "^1.0.0",
"got": "^8.3.0",
"nyc": "^11.0.2",
"write-json-file": "^2.3.0",
"xo": "^0.19.0"
}
}