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
37
38
39
40
41
42
43
44
45
|
{
"name": "angular-ui-notification",
"version": "0.0.14",
"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"
},
"_release": "0.0.14",
"_resolution": {
"type": "version",
"tag": "v0.0.14",
"commit": "bef09d9274cfc37030f065e452f259ddd2fd9c57"
},
"_source": "git://github.com/alexcrack/angular-ui-notification.git",
"_target": "~0.0.14",
"_originalSource": "angular-ui-notification"
}
|