Implemented URL query parsing for initial token /opa/?token=abcde
[src/app-framework-demo.git] / afb-client / bower_components / angular-ui-notification / .bower.json
1 {
2   "name": "angular-ui-notification",
3   "version": "0.0.14",
4   "homepage": "https://github.com/alexcrack/angular-ui-notification",
5   "repository": {
6     "type": "git",
7     "url": "git://github.com/alexcrack/angular-ui-notification"
8   },
9   "authors": [
10     "Alexey Avramchik"
11   ],
12   "description": "Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating",
13   "main": [
14     "dist/angular-ui-notification.min.css",
15     "dist/angular-ui-notification.min.js"
16   ],
17   "keywords": [
18     "angular",
19     "notification",
20     "notify",
21     "bootstrap"
22   ],
23   "license": "MIT",
24   "ignore": [
25     "**/.*",
26     "node_modules",
27     "bower_components",
28     "test",
29     "tests",
30     "demo",
31     "build"
32   ],
33   "devDependencies": {
34     "bootstrap": "~3.3.2"
35   },
36   "_release": "0.0.14",
37   "_resolution": {
38     "type": "version",
39     "tag": "v0.0.14",
40     "commit": "bef09d9274cfc37030f065e452f259ddd2fd9c57"
41   },
42   "_source": "git://github.com/alexcrack/angular-ui-notification.git",
43   "_target": "~0.0.14",
44   "_originalSource": "angular-ui-notification"
45 }