Initial commit

This commit is contained in:
Senad Uka
2018-06-11 11:09:35 +02:00
commit ed7df7b11f
1954 changed files with 483354 additions and 0 deletions

View 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"
}
}