-
frank.paczynski authoredfrank.paczynski authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
This project manages its dependencies using npm.
Learn more
package.json 859 B
{
"name": "open-xchange-appsuite-help",
"version": "8.28.0",
"description": "App Suite UI Help",
"license": "AGPL-3.0-or-later",
"scripts": {
"check-links": "npx --yes link-checker help/ --disable-external",
"test": "echo VGhpcyBpcyBmaW5lLi4u8J+UpQo= | base64 -d && true"
},
"dependencies": {
"bootstrap": "^3.4.1",
"jquery": "^3.2.1"
},
"optionalDependencies": {
"assemble-less": "^0.7.0",
"grunt": "^1.4.1",
"grunt-bump": "^0.8.0",
"grunt-check-dependencies": "^1.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^5.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"
}
}