jquery/bower.json

28 lines
427 B
JSON
Raw Normal View History

{
"name": "jquery",
"version": "2.1.1pre",
"main": "dist/jquery.js",
"license": "MIT",
"ignore": [
"**/.*",
"build",
"speed",
"test",
"*.md",
"AUTHORS.txt",
"Gruntfile.js",
"package.json"
],
2013-07-19 13:54:59 +00:00
"devDependencies": {
"sizzle": "1.10.18",
"requirejs": "2.1.10",
2014-02-02 21:44:13 +00:00
"qunit": "1.14.0",
"sinon": "1.8.1"
},
"keywords": [
"jquery",
"javascript",
"library"
]
2013-07-25 01:29:32 +00:00
}