Skip to content
Snippets Groups Projects
bower.json 620 B
Newer Older
Carsten  Rose's avatar
Carsten Rose committed
{
  "name": "qfq",
  "authors": [
    "Carsten  Rose <carsten.rose@math.uzh.ch>"
  ],
  "description": "",
  "main": "",
  "moduleType": [],
  "license": "MIT",
  "homepage": "",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "bootstrap": "~3.3.6",
    "jqwidgets": "4.2.1",
    "tablesorter": "jquery.tablesorter#^2.25.6",
    "bootstrap-validator": "^0.11.5",
    "Chart.js": "^2.1.2",
    "tinymce": "tinymce-dist#^4.4.3",
    "corejs-typeahead": "^1.1.1",
    "codemirror": "^5.24.0"
Carsten  Rose's avatar
Carsten Rose committed
  }
}