aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
blob: 2d3c80abc675f16d133b4f59c68abfc42af97458 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "jquery",
  "version": "2.0.4-pre",
  "ignore": [
    "**/.*",
    "build",
    "speed",
    "test",
    "CONTRIBUTING.md",
    "*.txt",
    "bower.json"
  ],
  "dependencies": {
    "sizzle": "~1.10.5",
    "requirejs": "~2.1.8"
  },
  "devDependencies": {
    "qunit": "~1.12.0"
  }
}