.bower.json
903 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": "ng-sweet-alert",
"description": "Sweet Alert Directive",
"version": "1.0.11",
"authors": [
"Tushar Borole <tushariscoolster@gmail.com>"
],
"repository": {
"type": "git",
"url": "https://github.com/tushariscoolster/ng-sweet-alert"
},
"homepage": "http://tushariscoolster.github.io/ng-sweet-alert/",
"license": "LGPL-2.1",
"main": "ng-sweet-alert.js",
"keywords": [
"sweetalert",
"angular",
"alert"
],
"ignore": [
"gh-pages",
"node_modules",
"bower_components"
],
"dependencies": {
"sweetalert": "*"
},
"_release": "1.0.11",
"_resolution": {
"type": "version",
"tag": "v1.0.11",
"commit": "dddf04ee7750f53b2f86945e06326a7a8eddf56d"
},
"_source": "https://github.com/tushariscoolster/ng-sweet-alert.git",
"_target": "1.0.11",
"_originalSource": "ng-sweet-alert"
}