-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
42 lines (42 loc) · 778 Bytes
/
bower.json
File metadata and controls
42 lines (42 loc) · 778 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
40
41
42
{
"name": "angular-virtual-repeat",
"version": "0.1.4",
"description": "Bind only visible data to html using viewport.",
"main": "dist/ng-virtual-repeat.js",
"authors": [
"Klajd Diko"
],
"license": "MIT",
"keywords": [
"angular",
"ng-repeat",
"ng-virtual-repeat",
"repeat",
"data",
"virtual",
"lazy",
"viewport"
],
"homepage": "https://github.com/klajd/angular-virtual-repeat",
"ignore": [
"*",
"!dist/*",
"!LICENCE",
"!README.MD"
],
"dependencies": {
"angular": "^1.5.5"
},
"devDependencies": {
"bootstrap": "^3.3.6",
"angular-component-demo": "*"
},
"overrides": {
"bootstrap": {
"main": [
"dist/css/bootstrap.css"
],
"dependencies": {}
}
}
}