-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
46 lines (46 loc) · 821 Bytes
/
Copy pathbower.json
File metadata and controls
46 lines (46 loc) · 821 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
38
39
40
41
42
43
44
45
46
{
"name": "angular-dialog",
"version": "1.0.2",
"authors": [
{
"name": "Delphin Germa",
"homepage": "https://github.com/Chklang"
}
],
"description": "Dialog boxes for angular",
"keywords": [
"dialog",
"angular",
"modal",
"alert",
"confirm",
"prompt"
],
"main": [
"dist/dialogs-min.js"
],
"repository": {
"type": "git",
"url": "git://github.com/Chklang/angular-dialog"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"homepage": "https://github.com/Chklang/angular-dialog",
"ignore": [
"**/.*",
"node_modules",
"src",
".gitignore",
"bower.json",
"gulpfile.js",
"package.json",
"README.md"
],
"devDependencies": {
"gulp": "~3.8.11"
}
}