jquery/bower.json
Timmy Willison e1949f4371 Build: drop bower; use npm for front-end deps
Fixes #15186
Closes gh-1620
2014-07-17 09:02:59 -07:00

22 lines
304 B
JSON

{
"name": "jquery",
"version": "2.1.2-pre",
"main": "dist/jquery.js",
"license": "MIT",
"ignore": [
"**/.*",
"build",
"speed",
"test",
"*.md",
"AUTHORS.txt",
"Gruntfile.js",
"package.json"
],
"keywords": [
"jquery",
"javascript",
"library"
]
}