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