mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
79c0732ac2
Fixes #15186 Closes gh-1620 Conflicts: bower.json
22 lines
305 B
JSON
22 lines
305 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|