jcbantuelle/dominion-meteor

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "dominion",
  "version": "1.0.0",
  "description": "A website implementation of the board game Dominion, based off the former site dominion.isotropic.org.",
  "main": "mup.js",
  "dependencies": {
    "@babel/runtime": "^7.9.2",
    "bcrypt": "^5.0.0",
    "bootstrap": "^4.4.1",
    "jquery": "^3.5.0",
    "popper": "^1.0.1",
    "popper.js": "^1.16.1",
    "rollbar": "^2.15.2"
  },
  "devDependencies": {},
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jcbantuelle/dominion-meteor.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/jcbantuelle/dominion-meteor/issues"
  },
  "homepage": "https://github.com/jcbantuelle/dominion-meteor#readme"
}