-
Notifications
You must be signed in to change notification settings - Fork 13
/
bower.json
41 lines (41 loc) · 839 Bytes
/
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
{
"name": "backbone.select",
"version": "2.1.0",
"homepage": "https://github.com/hashchange/backbone.select",
"authors": [
"Michael Heim <[email protected]>",
"Derick Bailey <[email protected]>"
],
"description": "Selecting Backbone models; handling selections in Backbone collections.",
"main": "dist/backbone.select.js",
"keywords": [
"backbone",
"picky",
"selection",
"select",
"models",
"collections"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"public",
"reports",
"demo",
"lib-other",
"web-mocha",
"spec",
"src",
"Gruntfile.js",
"karma.conf.js",
"package.json"
],
"dependencies": {
"underscore": "^1.5.0 <1.9.0",
"backbone": "^1.0.0 <1.4.0"
}
}