casinos
Version:
33 lines (32 loc) • 658 B
JSON
{
"name": "casinos",
"version": "0.5.2",
"description": "description",
"main": "src/index.js",
"scripts": {
"test": "mocha --timeout 5000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cryptoantelope/casinos.git"
},
"keywords": [
"casinos",
"cryptos",
"dice",
"gamble"
],
"author": "cryptoAntelope",
"license": "MIT",
"bugs": {
"url": "https://github.com/cryptoantelope/casinos/issues"
},
"homepage": "https://github.com/cryptoantelope/casinos#readme",
"devDependencies": {
"mocha": "^6.2.3",
"should": "^13.2.3"
},
"dependencies": {
"axios": "^0.19.0"
}
}