Skip to content
Snippets Groups Projects
package.json 1011 B
Newer Older
richard.petersen's avatar
richard.petersen committed
{
  "name": "open-xchange-appsuite-help",
  "version": "7.10.5",
  "description": "App Suite UI Help",
  "repository": {
    "type": "git",
    "url": "https://code.open-xchange.com/git/wd/frontend/web"
  },
  "license": "CC-BY-NC-SA-2.5",
  "dependencies": {
    "bootstrap": "^3.4.1",
    "jquery": "^3.2.1"
  },
  "optionalDependencies": {
    "assemble-less": "^0.7.0",
    "eslint": "^6.0.0",
    "eslint-config-open-xchange-appsuite": "^0.4.0",
    "grunt": "^1.0.4",
    "grunt-bump": "^0.8.0",
    "grunt-check-dependencies": "^1.0.0",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-concat": "^1.0.1",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-contrib-uglify": "^4.0.1",
    "grunt-eslint": "^22.0.0",
    "grunt-newer": "^1.3.0",
    "grunt-require-gettext": "^0.8.1",
    "open-xchange-shared-grunt-config": "^0.15.0-pre3",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "appserver": "^0.7.0",
    "grunt-contrib-connect": "^2.0.0",
    "grunt-contrib-watch": "^1.0.0"
  }
}