mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
a8627a9240
This reverts commit c9858a4351
.
21 lines
300 B
JSON
21 lines
300 B
JSON
{
|
|
"name": "jquery",
|
|
"version": "1.10.3-pre",
|
|
"ignore": [
|
|
"**/.*",
|
|
"build",
|
|
"speed",
|
|
"test",
|
|
"CONTRIBUTING.md",
|
|
"*.txt",
|
|
"bower.json"
|
|
],
|
|
"dependencies": {
|
|
"sizzle": "~1.10.7",
|
|
"requirejs": "~2.1.8"
|
|
},
|
|
"devDependencies": {
|
|
"qunit": "~1.12.0"
|
|
}
|
|
}
|