-
Notifications
You must be signed in to change notification settings - Fork 64
/
bower.json
47 lines (47 loc) · 958 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
43
44
45
46
47
{
"name": "ng-directive-lazy-image",
"main": "dist/lazy-image.js",
"version": "0.3.4",
"homepage": "https://github.com/afklm/ng-lazy-image",
"authors": [
"KLM Royal Dutch Airlines",
"Maarten van Oudenniel <info@maas38.nl>"
],
"description": "Loading responsive image when container (which is preventing reflow) is in view.",
"keywords": [
"angular",
"directive",
"lazy",
"image"
],
"license": "MIT",
"ignore": [
"config/**",
"grunt/**",
"test/**",
"sample/**",
"src/**",
"bower.json",
".coveralls.yml",
".gitignore",
".jshintrc",
".jshintignore",
".travis.yml",
"start.js",
"Procfile",
"node_modules",
"bower_components",
"bower.json",
"Gruntfile.js",
"package.json",
"README.md",
"LICENSE.md"
],
"devDependencies": {
"angular": "~1.3.0",
"angular-mocks": "~1.3.0"
},
"dependencies": {
"angular": "~1.3.0"
}
}