-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·39 lines (39 loc) · 872 Bytes
/
bower.json
File metadata and controls
executable file
·39 lines (39 loc) · 872 Bytes
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
{
"name": "backbone.factory",
"version": "1.1.1",
"homepage": "https://github.com/backbonex/factory",
"authors": [
"jifeon <balakirev.andrey@gmail.com>",
"apsavin <box.for.postman@gmail.com>",
"km256 <keyman256@gmail.com>",
"heymexa <heymexa@gmail.com>"
],
"description": "Factory pattern implementation for backbone views",
"main": "lib/Factory",
"keywords": [
"backbone",
"factory",
"views",
"selectors",
"initialization"
],
"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"
},
"devDependencies": {
"mocha": "~2.0.1",
"requirejs": "~2.1.15",
"expect": "~0.3.1",
"mocha-oop-wrapper": "~1.0.0"
}
}