-
Notifications
You must be signed in to change notification settings - Fork 7
/
bower.json
54 lines (54 loc) · 1.17 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "selectonic",
"title": "Selectonic",
"version": "0.6.3",
"description": "jQuery-plugin for making any list of items selectable by mouse and keyboard.",
"homepage": "https://github.com/anovi/selectonic",
"author": {
"name": "Alexey Novichkov",
"email": "[email protected]"
},
"main": "./dist/selectonic.js",
"keywords": [
"list",
"jquery",
"selectable",
"selection"
],
"repository": {
"type": "git",
"url": "https://github.com/anovi/selectonic.git"
},
"bugs": "https://github.com/anovi/selectonic/issues",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/anovi/selectonic/blob/master/LICENSE-MIT"
}
],
"ignore": [
"**/.*",
"src",
"libs",
"benchmarks",
"node_modules",
"bower_components",
"Gruntfile.js",
"package.json",
"test",
"tests",
"requirements"
],
"dependencies": {
"jquery": ">= 1.7"
},
"devDependencies": {
"qunit": "~1.18.0",
"jquery-1.7.0": "jquery#1.7.0",
"jquery-1.9.0": "jquery#1.9.0",
"jquery-1.11.3": "jquery#1.11.3",
"jquery-2.1.4": "jquery#2.1.4",
"benchmark": "~1.0.0",
"zepto-full": "~1.1.2"
}
}