Initial commit
This commit is contained in:
49
api-wiaas/client/js/bower_components/angular-ui-notification/.bower.json
vendored
Normal file
49
api-wiaas/client/js/bower_components/angular-ui-notification/.bower.json
vendored
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"name": "angular-ui-notification",
|
||||
"version": "0.3.5",
|
||||
"homepage": "https://github.com/alexcrack/angular-ui-notification",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/jermorin/angular-ui-notification"
|
||||
},
|
||||
"authors": [
|
||||
"Alexey Avramchik"
|
||||
],
|
||||
"description": "Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating",
|
||||
"main": [
|
||||
"dist/angular-ui-notification.css",
|
||||
"dist/angular-ui-notification.js"
|
||||
],
|
||||
"keywords": [
|
||||
"angular",
|
||||
"notification",
|
||||
"notify",
|
||||
"bootstrap"
|
||||
],
|
||||
"license": "MIT",
|
||||
"ignore": [
|
||||
"**/.*",
|
||||
"node_modules",
|
||||
"bower_components",
|
||||
"test",
|
||||
"tests",
|
||||
"demo",
|
||||
"build"
|
||||
],
|
||||
"dependencies": {
|
||||
"angular": "^1.5.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bootstrap": "^3.3.x"
|
||||
},
|
||||
"_release": "0.3.5",
|
||||
"_resolution": {
|
||||
"type": "version",
|
||||
"tag": "v0.3.5",
|
||||
"commit": "fc92bd7e620a5dc4e616fed4aca5ad9bb6382fbd"
|
||||
},
|
||||
"_source": "https://github.com/alexcrack/angular-ui-notification.git",
|
||||
"_target": "^0.3.5",
|
||||
"_originalSource": "angular-ui-notification",
|
||||
"_direct": true
|
||||
}
|
||||
Reference in New Issue
Block a user