aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/vendor/qunit/bower.json
blob: 0fe13e2ec897cc4c7642813400e752897e6f82ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "qunit",
  "main": [
    "qunit/qunit.js",
    "qunit/qunit.css"
  ],
  "license": "https://github.com/jquery/qunit/blob/master/LICENSE.txt",
  "ignore": [
    "**/.*",
    "!LICENSE.txt",
    "package.json",
    "bower.json",
    "Gruntfile.js",
    "node_modules",
    "test"
  ],
  "version": "1.15.0"
}