{
  "name": "@osuecampus/relic-framework",
  "description": "Javascript framework for web interactive applications",
  "private": false,
  "version": "1.2.0",
  "author": "Nick Breslin",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/osuecampus/relic-framework.git"
  },
  "dependencies": {},
  "bugs": {
    "url": "https://github.com/osuecampus/relic-framework/issues"
  },
  "homepage": "https://github.com/osuecampus/relic-framework#readme",
  "main": "Gruntfile.js",
  "directories": {
    "doc": "docs"
  },
  "devDependencies": {
    "@fortawesome/fontawesome-free": "^5.8.2",
    "bootstrap": "^4.3.1",
    "grunt": "^1.0.4",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-cssmin": "^3.0.0",
    "grunt-contrib-handlebars": "^1.0.0",
    "grunt-contrib-jshint": "^2.1.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-run": "^0.8.1",
    "handlebars": "^4.1.2",
    "handlebars-intl": "^1.1.2",
    "jest": "^24.8.0",
    "jquery": "^3.4.1",
    "jwt-decode": "^2.2.0",
    "moment": "^2.24.0",
    "moment-timezone": "^0.5.25",
    "osu-ui": "^0.4.3",
    "popper.js": "^1.15.0"
  },
  "scripts": {
    "test": "jest",
    "coveralls": "jest --coverage && cat ./tests/coverage/lcov.info | coveralls"
  }
}
