Initial commit
This commit is contained in:
39
api-wiaas/client/js/bower_components/angular-ui-notification/bower.json
vendored
Normal file
39
api-wiaas/client/js/bower_components/angular-ui-notification/bower.json
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user