-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 776 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 776 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
{
"name": "angular-image-spinner",
"version": "0.1.6",
"homepage": "https://github.com/oivoodoo/angular-image-spinner",
"authors": [
"Alexandr Korsak <alex.korsak@gmail.com>"
],
"description": "Angular directive for showing image spinner in the container with image",
"main": "dist/angular-image-spinner.js",
"keywords": [
"angular",
"directive",
"image",
"spinner"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"Gruntfile.js",
".gitignore",
"package.json",
"app",
"karma.conf.js"
],
"dependencies": {
"spin.js": "~2.0.0",
"angular": "~1.2.15"
},
"devDependencies": {
"angular-mocks": "~1.2.15",
"jquery": "~2.1.0"
}
}