aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
blob: e04ab62f3c2a34c657ae4b6004d369ec0e8b2475 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "jquery",
  "version": "1.11.2-pre",
  "main": "dist/jquery.js",
  "license": "MIT",
  "ignore": [
    "**/.*",
    "build",
    "speed",
    "test",
    "*.md",
    "AUTHORS.txt",
    "Gruntfile.js",
    "package.json"
  ],
  "keywords": [
    "jquery",
    "javascript",
    "library"
  ]
}