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

37 lines
737 B
JSON
Raw Normal View History

2014-05-13 10:47:05 +01:00
{
"name": "jquery",
2015-02-19 10:05:22 +00:00
"version": "2.1.3",
2014-05-13 10:47:05 +01:00
"main": "dist/jquery.js",
"license": "MIT",
"ignore": [
"**/.*",
"build",
"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"
],
"homepage": "https://github.com/jquery/jquery",
2015-02-19 10:05:22 +00:00
"_release": "2.1.3",
2014-05-13 10:47:05 +01:00
"_resolution": {
"type": "version",
2015-02-19 10:05:22 +00:00
"tag": "2.1.3",
"commit": "8f2a9d9272d6ed7f32d3a484740ab342c02541e0"
2014-05-13 10:47:05 +01:00
},
"_source": "git://github.com/jquery/jquery.git",
"_target": ">=1.6.3",
"_originalSource": "jquery"
}