dnd-exchange-rate
Version:
dungeons and dragons 5e coin conversion calculator
41 lines (40 loc) • 932 B
JSON
{
"name": "dnd-exchange-rate",
"version": "0.0.5",
"description": "dungeons and dragons 5e coin conversion calculator",
"main": "dist/bundle.min.js",
"keywords": [
"d&d",
"5e",
"coin",
"convert",
"exchange",
"rate",
"calculator"
],
"scripts": {
"test": "./node_modules/mocha/bin/mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stephthedev/dnd-exchange-rate.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stephthedev/dnd-exchange-rate/issues"
},
"homepage": "https://github.com/stephthedev/dnd-exchange-rate#readme",
"devDependencies": {
"browserify": "^14.5.0",
"config-browserify": "^1.0.5",
"grunt": "^1.0.4",
"grunt-browserify": "^5.3.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-uglify": "^3.1.0",
"mocha": "8.2.1"
},
"dependencies": {
"config": "3.3.3"
}
}