-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathbower.json
29 lines (29 loc) · 830 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
{
"name": "angular-loading",
"version": "1.0",
"description": "Angular directive that lets you to prevent user interaction with part of the page and display loading/busy indicator (spinner based on spin.js)",
"homepage": "https://github.com/darthwade/angular-loading",
"bugs": "https://github.com/darthwade/angular-loading/issues",
"author": {
"name": "Vadym Petrychenko",
"email": "[email protected]",
"url": "http://petrychenko.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/darthwade/angular-loading.git"
},
"main": ["./angular-loading.js", "./angular-loading.css"],
"ignore": [
".idea",
"node_modules",
"components"
],
"dependencies": {
"angular": "~1.3.0",
"spin.js": "~2.0.0"
},
"devDependencies": {
}
}