-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·38 lines (38 loc) · 898 Bytes
/
bower.json
File metadata and controls
executable file
·38 lines (38 loc) · 898 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
{
"name": "backbone.view.elements",
"version": "1.0.5",
"homepage": "https://github.com/backbonex/backbone.view.elements",
"authors": [
"jifeon <balakirev.andrey@gmail.com>",
"apsavin <box.for.postman@gmail.com>",
"km256 <keyman256@gmail.com>",
"heymexa <heymexa@gmail.com>"
],
"description": "Backbone.View extension for convenient work with elements, css classes and selectors",
"main": "lib/Backbone.View.Elements",
"keywords": [
"backbone",
"elements",
"css",
"classes",
"selectors"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests"
],
"dependencies": {
"backbone": ">=0.9.10",
"jquery": ">=1.7.0",
"underscore": ">=1.5.2"
},
"devDependencies": {
"zeptojs": "~1.1.4",
"requirejs": "~2.1.15",
"expect": "~0.3.1",
"mocha-oop-wrapper": "~1.0.0"
}
}