Skip to content
Snippets Groups Projects
Select Git revision
  • 9b298896ba5e541a065ba3a4c952a3506e804d66
  • develop default
  • documentation
  • F10114glyphiconToFontAwesome
  • F21622-settings-table-changes
  • F17481_BS_Modal_window
  • F20975_Dynamic_DateTimePicker
  • revertB5221downloadModal
  • B21533-Hidden-Pill-Required
  • B21510_Validation_error_when_date_field_is_left_empty
  • F8044-Transactions
  • master protected
  • F12532-view-sip-in-Browser-consol-log
  • S21288-Store-Parent-Remove-Prefix
  • F21203-Render-MultiSql-Columns-like-Subrecord
  • F11535_ipa-qfq-db-editor
  • F21130-multiform-toggle
  • S20463-V-Store-not-updated-after-form-save
  • B18601-typeahead-sanatize-applied-to-value
  • F16113-MultiAction
  • F20931-inotify-service-file
  • v25.6.0
  • v24.12.0
  • v24.10.0
  • v24.7.0
  • v24.5.1
  • v24.5.0
  • v24.3.0
  • test-alfred20
  • v23.10.1
  • v23.10.0
  • v23.6.4
  • v23.6.3
  • v23.6.2
  • v23.6.1
  • v23.6.0
  • v23.3.1
  • v23.3.0
  • v23.2.0
  • v23.1.1
  • v23.1.0
41 results

package.json

Blame
  • This project manages its dependencies using npm. Learn more
    package.json 1.03 KiB
    {
      "name": "qfq",
      "version": "1.0.0",
      "dependencies": {
        "bootlint": "^0.14.2",
        "jquery": "latest",
        "popper.js": "^1.14.3",
        "grunt": "^1.0.1",
        "grunt-concat-in-order": "^0.2.6",
        "grunt-contrib-concat": "^1.0.1",
        "grunt-contrib-copy": "^1.0.0",
        "grunt-contrib-jasmine": "^1.1.0",
        "grunt-contrib-jshint": "^1.1.0",
        "grunt-contrib-less": "^1.2.0",
        "grunt-contrib-uglify": "^2.2.0",
        "grunt-contrib-watch": "^1.0.0",
        "jsdoc": "^3.4.0",
        "selenium-webdriver": "^3.3.0",
        "mocha": "^3.2.0",
        "should": "^11.2.1",
        "chromedriver": "latest",
        "bootstrap": "^3.3.6",
        "wolfy87-eventemitter": "^4.3.0",
        "tinymce": "^4.4.3",
        "codemirror": "^5.24.0",
        "chart.js": "^2.1.2",
        "bootstrap-validator": "^0.11.5",
        "jqwidgets-framework": "4.2.1",
        "corejs-typeahead": "^1.1.1",
        "tablesorter": "^2.31.0"
      },
      "devDependencies": {},
      "scripts": {
        "test": "mocha tests/selenium/test*.js"
      },
      "license": "ISC",
      "repository": "https://git.math.uzh.ch/typo3/qfq"
    }