aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
blob: b20125d34062f3186afe939581097dfa246b0e4c (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": "3.0.0-pre",
  "main": "dist/jquery.js",
  "license": "MIT",
  "ignore": [
    "**/.*",
    "build",
    "speed",
    "test",
    "*.md",
    "AUTHORS.txt",
    "Gruntfile.js",
    "package.json"
  ],
  "keywords": [
    "jquery",
    "javascript",
    "library"
  ]
}