jquery/bower.json
Timmy Willison a35996141e Bower: stop ignoring yourself, bower
Ref #14798
Ref gh-1516
Ref gh-1338
2014-02-19 17:57:34 -05:00

28 lines
427 B
JSON

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