summaryrefslogtreecommitdiffstats
path: root/afb-client/bower_components/angular-ui-notification/package.json
diff options
context:
space:
mode:
authorFulup Ar Foll <fulup@iot.bzh>2016-02-09 18:40:49 +0100
committerFulup Ar Foll <fulup@iot.bzh>2016-02-09 18:40:49 +0100
commit3d2fda7dd39e2363682f1fa353c951ab0d44ddfa (patch)
treeaf968a8ac5d4fde1f3cebcec5fb0973eb2bfb2cb /afb-client/bower_components/angular-ui-notification/package.json
parent12a3520ba440316c76b95d92a684666f03f7b47d (diff)
Implemented URL query parsing for initial token /opa/?token=abcde
Diffstat (limited to 'afb-client/bower_components/angular-ui-notification/package.json')
-rw-r--r--afb-client/bower_components/angular-ui-notification/package.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/afb-client/bower_components/angular-ui-notification/package.json b/afb-client/bower_components/angular-ui-notification/package.json
new file mode 100644
index 0000000..68f5905
--- /dev/null
+++ b/afb-client/bower_components/angular-ui-notification/package.json
@@ -0,0 +1,45 @@
+{
+ "name": "angular-ui-notification",
+ "version": "0.0.14",
+ "description": "Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating",
+ "main": "dist/angular-ui-notification.min",
+ "scripts": {
+ "update-chromedriver": "./node_modules/protractor/bin/webdriver-manager update",
+ "test": "gulp tests"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/alexcrack/angular-ui-notification.git"
+ },
+ "keywords": [
+ "angular",
+ "notification",
+ "notify",
+ "bootstrap"
+ ],
+ "author": "Alex_Crack",
+ "license": "MIT",
+ "bugs": {
+ "url": "https://github.com/alexcrack/angular-ui-notification/issues"
+ },
+ "homepage": "https://github.com/alexcrack/angular-ui-notification",
+ "devDependencies": {
+ "chromedriver": "^2.14.1",
+ "gulp": "^3.8.11",
+ "gulp-add-src": "^0.2.0",
+ "gulp-angular-templatecache": "^1.5.0",
+ "gulp-concat": "^2.5.2",
+ "gulp-csscomb": "^3.0.3",
+ "gulp-header": "^1.2.2",
+ "gulp-jshint": "^1.9.2",
+ "gulp-less": "^3.0.1",
+ "gulp-minify-css": "^0.5.1",
+ "gulp-minify-html": "^1.0.0",
+ "gulp-ng-annotate": "^0.5.2",
+ "gulp-order": "^1.1.1",
+ "gulp-protractor": "0.0.12",
+ "gulp-rename": "^1.2.0",
+ "gulp-uglify": "^1.1.0",
+ "protractor": "^1.8.0"
+ }
+}