1
0
mirror of https://github.com/mbirth/wiki.git synced 2024-09-19 06:23:25 +01:00
wiki.mbirth.de/bower_components/jquery/bower.json

29 lines
451 B
JSON
Raw Normal View History

2014-05-13 10:47:05 +01:00
{
"name": "jquery",
2015-06-28 22:13:02 +01:00
"version": "2.1.4",
2014-05-13 10:47:05 +01:00
"main": "dist/jquery.js",
"license": "MIT",
"ignore": [
"**/.*",
"build",
2015-06-28 22:13:02 +01:00
"dist/cdn",
2014-05-13 10:47:05 +01:00
"speed",
"test",
"*.md",
"AUTHORS.txt",
"Gruntfile.js",
"package.json"
],
"devDependencies": {
2015-02-19 10:05:22 +00:00
"sizzle": "2.1.1-jquery.2.1.2",
2014-05-13 10:47:05 +01:00
"requirejs": "2.1.10",
"qunit": "1.14.0",
"sinon": "1.8.1"
},
"keywords": [
"jquery",
"javascript",
"library"
]
}