Skip to content
Snippets Groups Projects
Select Git revision
  • b8d6d93cd18fdd18b6c8e1bf3f26a7a033e09578
  • 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 621 B
    {
      "name": "qfq",
      "version": "0.1.0",
      "devDependencies": {
        "bootlint": "^0.14.2",
        "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"
      },
      "scripts": {
        "test": "mocha tests/selenium/test*.js"
      }
    }