bower.json 524 Bytes
Newer Older
Őry Máté committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{
  "name": "circle",
  "version": "0.0.0",
  "license": "GPL",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "bootstrap": "~3.2.0",
15
    "fontawesome": "~4.3.0",
Őry Máté committed
16 17 18
    "jquery": "~2.1.1",
    "no-vnc": "*",
    "jquery-knob": "~1.2.9",
Kálmán Viktor committed
19
    "jquery-simple-slider": "https://github.com/BME-IK/jquery-simple-slider.git",
20
    "bootbox": "~4.3.0",
21
    "intro.js": "0.9.0",
22 23
    "favico.js": "~0.3.5",
    "datatables": "~1.10.4"
Őry Máté committed
24 25
  }
}