forked from pleerock/angular-disable-all
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
35 lines (35 loc) · 849 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
{
"name": "angular-disable-all",
"description": "Angular directive that allows to disable any element (for example DIV) content (inputs, buttons, etc.) and disable clicks on the given element",
"version": "0.0.1",
"keywords": ["disable-all", "angular-disable-all"],
"authors": [
{ "name": "Umed Khudoiberdiev", "email": "[email protected]" }
],
"repository": {
"type": "git",
"url": "git://github.com/PLEEROCK/angular-disable-all.git"
},
"main": [
"./dist/angular-disable-all.js"
],
"ignore": [
".gitignore",
".jshintrc",
"package.json",
"gulpfile.js",
"node_modules",
"bower_components",
"src",
"reports",
"samples",
"test"
],
"dependencies": {
"angular": ">= 1.0.8"
},
"devDependencies": {
"angular-mocks": ">= 1.0.8",
"angular-scenario": ">= 1.0.8"
}
}