.bower.json 740 Bytes
{
  "name": "jquery",
  "version": "1.11.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-dist",
  "_release": "1.11.1",
  "_resolution": {
    "type": "version",
    "tag": "1.11.1",
    "commit": "0d5ec2d8ac94a419ee47a39319c43ff9a7326b50"
  },
  "_source": "https://github.com/jquery/jquery-dist.git",
  "_target": "1.11.1",
  "_originalSource": "jquery"
}