{
  "name": "epfl-theme-elements",
  "version": "8.5.1",
  "description": "EPFL Web 2018 Styleguide based on elements",
  "keywords": [
    "EPFL",
    "theme",
    "elements",
    "web2018"
  ],
  "author": "William Belle <william.belle@gmail.com>",
  "contributors": [
    "Olivier Bieler (https://github.com/obieler)"
  ],
  "license": "",
  "repository": "https://github.com/epfl-si/epfl-theme-elements.git",
  "engines": {
    "node": ">=18.18"
  },
  "main": "dist/js/elements.min.js",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "test": "grunt test",
    "release": "grunt release && ./update-dist-cdn.sh"
  },
  "devDependencies": {
    "eslint": "^9.19.0",
    "grunt": "^1.6.1",
    "grunt-compile-handlebars": "^2.0.3",
    "grunt-contrib-clean": "^2.0.1",
    "grunt-contrib-compress": "^2.0.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-cssmin": "^5.0.0",
    "grunt-contrib-uglify": "^5.2.2",
    "grunt-eslint": "^25.0.0",
    "grunt-replace": "^2.0.2",
    "js-yaml": "^4.1.0",
    "load-grunt-config": "^4.0.1",
    "neostandard": "^0.12.0",
    "typescript": "^5.7.3"
  },
  "dependencies": {
    "epfl-elements": "5.7.2"
  }
}
