summaryrefslogtreecommitdiff
path: root/source/bower_components/jquery/.bower.json
blob: da8dc2bc2ef11b2b4426f5e16b68c2f41040d66b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
  "name": "jquery",
  "version": "2.1.1",
  "main": "dist/jquery.js",
  "license": "MIT",
  "ignore": [
    "**/.*",
    "build",
    "speed",
    "test",
    "*.md",
    "AUTHORS.txt",
    "Gruntfile.js",
    "package.json"
  ],
  "devDependencies": {
    "sizzle": "1.10.19",
    "requirejs": "2.1.10",
    "qunit": "1.14.0",
    "sinon": "1.8.1"
  },
  "keywords": [
    "jquery",
    "javascript",
    "library"
  ],
  "homepage": "https://github.com/jquery/jquery",
  "_release": "2.1.1",
  "_resolution": {
    "type": "version",
    "tag": "2.1.1",
    "commit": "4dec426aa2a6cbabb1b064319ba7c272d594a688"
  },
  "_source": "git://github.com/jquery/jquery.git",
  "_target": ">= 2.1.0",
  "_originalSource": "jquery"
}