File tree Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Expand file tree Collapse file tree 1 file changed +27
-27
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " angular-pnotify" ,
3
- "version" : " 0.0.6" ,
4
- "homepage" : " https://github.com/jacqueslareau/angular-pnotify" ,
5
- "authors" : [
6
- " Jacques Lareau <[email protected] >"
7
- ],
8
- "description" : " AngularJS wrapper for PNotify" ,
9
- "main" : " ./src/angular-pnotify.js" ,
10
- "keywords" : [
11
- " angular" ,
12
- " notification" ,
13
- " pines" ,
14
- " pnotify"
15
- ],
16
- "license" : " MIT" ,
17
- "ignore" : [
18
- " **/.*" ,
19
- " node_modules" ,
20
- " bower_components" ,
21
- " test" ,
22
- " tests"
23
- ],
24
- "dependencies" : {
25
- "angular" : " ~1.2.23" ,
26
- "pnotify" : " ~2.0.1" ,
27
- "jquery" : " >=1.9"
28
- }
2
+ "name" : " angular-pnotify" ,
3
+ "version" : " 0.0.6" ,
4
+ "homepage" : " https://github.com/jacqueslareau/angular-pnotify" ,
5
+ "authors" : [
6
+ " Jacques Lareau <[email protected] >"
7
+ ],
8
+ "description" : " AngularJS wrapper for PNotify" ,
9
+ "main" : " ./src/angular-pnotify.js" ,
10
+ "keywords" : [
11
+ " angular" ,
12
+ " notification" ,
13
+ " pines" ,
14
+ " pnotify"
15
+ ],
16
+ "license" : " MIT" ,
17
+ "ignore" : [
18
+ " **/.*" ,
19
+ " node_modules" ,
20
+ " bower_components" ,
21
+ " test" ,
22
+ " tests"
23
+ ],
24
+ "dependencies" : {
25
+ "angular" : " ~1.2.23" ,
26
+ "pnotify" : " ~2.0.1" ,
27
+ "jquery" : " >=1.9"
28
+ }
29
29
}
You can’t perform that action at this time.
0 commit comments