1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
{
"name": "angular-ui-notification",
"version": "0.0.12",
"homepage": "https://github.com/alexcrack/angular-ui-notification",
"repository": {
"type": "git",
"url": "git://github.com/alexcrack/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.min.css",
"dist/angular-ui-notification.min.js"
],
"keywords": [
"angular",
"notification",
"notify",
"bootstrap"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"demo",
"build"
],
"devDependencies": {
"bootstrap": "~3.3.2"
}
}
|