forked from backbonex/tabs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
executable file
·42 lines (42 loc) · 987 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
42
{
"name": "backbone.tabs",
"version": "0.1.1",
"homepage": "https://github.com/backbonex/tabs",
"authors": [
"jifeon <[email protected]>",
"apsavin <[email protected]>",
"km256 <[email protected]>",
"heymexa <[email protected]>",
"Frenzzy <[email protected]>",
"Erreke <[email protected]>",
"Minoga <[email protected]>",
"ahtohbi4 <[email protected]>"
],
"description": "Tabs for Backbone",
"main": "lib/Tabs",
"keywords": [
"backbone",
"tabs"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests"
],
"dependencies": {
"backbone": "1.0.x",
"jquery": ">1.7.0",
"backbone-super": "~1.0.4",
"backbone.view.elements": "~1.0.1",
"backbone.factory": "~1.1.0",
"backbone.anchor": "~1.0.1"
},
"devDependencies": {
"mocha": "~2.0.1",
"requirejs": "~2.1.15",
"expect": "~0.3.1",
"mocha-oop-wrapper": "~1.0.0"
}
}