forked from McNull/angular-block-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
43 lines (43 loc) · 824 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
{
"name": "angular-block-ui",
"version": "0.0.7",
"keywords": [
"angular",
"angularjs",
"block",
"block-ui",
"blockui"
],
"authors": [
"Null McNull <[email protected]>"
],
"description": "An AngularJS module that allows you to block user interaction on AJAX requests.",
"license": "MIT",
"main": "package/**/*",
"ignore": [
"**/.*",
"*.sublime-project",
"gruntfile.js",
"package.json",
"package.sh",
"node_modules",
"vendor",
"dist",
"grunt",
"karma",
"server",
"src",
"tmp"
],
"dependencies": {
"angular": "~1.2.4"
},
"devDependencies": {
"angular-route": "~1.2.4",
"angular-resource": "~1.2.4",
"lodash": "~2.4.1",
"angular-mocks": "~1.2.4",
"showdown": "~0.3.1",
"bootstrap-css": "~3.1.1"
}
}