Files
jquery/bower.json
Timmy Willison 833d7a69ea Bower: add main property, move Sizzle to devDependencies, add license property
Fixes #14798
Close gh-1516
Ref gh-1338

Conflicts:
	bower.json
2014-02-19 17:29:13 -05:00

29 lines
446 B
JSON

{
"name": "jquery",
"version": "1.11.1pre",
"main": "dist/jquery.js",
"license": "MIT",
"ignore": [
"**/.*",
"build",
"speed",
"test",
"*.md",
"AUTHORS.txt",
"Gruntfile.js",
"package.json",
"bower.json"
],
"devDependencies": {
"sizzle": "1.10.18",
"requirejs": "2.1.10",
"qunit": "1.14.0",
"sinon": "1.8.1"
},
"keywords": [
"jquery",
"javascript",
"library"
]
}