mirror of
https://github.com/wassname/fullcalendar.git
synced 2026-09-11 12:10:23 +08:00
merge from master
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"name": "jquery-simulate-ext",
|
||||
"description": "jQuery Simulate - extended. Simulating complex user interaction based on the jQuery Simulate plugin.",
|
||||
"version": "1.3.0",
|
||||
"keywords": [
|
||||
"jquery",
|
||||
"simulate",
|
||||
"key",
|
||||
"mouse",
|
||||
"press",
|
||||
"move",
|
||||
"drag",
|
||||
"drop",
|
||||
"user-interaction"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jochen Ulrich",
|
||||
"email": "jochenulrich@t-online.de",
|
||||
"homepage": "https://github.com/j-ulrich"
|
||||
}
|
||||
],
|
||||
"main": [
|
||||
"libs/bililiteRange.js",
|
||||
"libs/jquery.simulate.js",
|
||||
"src/jquery.simulate.ext.js",
|
||||
"src/jquery.simulate.drag-n-drop.js",
|
||||
"src/jquery.simulate.key-sequence.js",
|
||||
"src/jquery.simulate.key-combo.js"
|
||||
],
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"*.md",
|
||||
"demo",
|
||||
"doc",
|
||||
"tests",
|
||||
"libs/jquery-*.js",
|
||||
"bower.json",
|
||||
"grunt.js",
|
||||
"package.json",
|
||||
"simulate-ext.jquery.json"
|
||||
],
|
||||
"dependencies": {
|
||||
"jquery": ">=1.7.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"qunit": "~1.14.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user