File tree Expand file tree Collapse file tree 2 files changed +36
-6
lines changed Expand file tree Collapse file tree 2 files changed +36
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-pnotify" ,
3
- "version" : " 0.0.6 " ,
3
+ "version" : " 0.1.0 " ,
4
4
"homepage" : " https://github.com/jacqueslareau/angular-pnotify" ,
5
5
"authors" : [
6
6
" Jacques Lareau <[email protected] >"
21
21
" test" ,
22
22
" tests"
23
23
],
24
- "dependencies" : {
25
- "angular" : " ^1.2.23 " ,
26
- "pnotify" : " ~2 .0.1 " ,
27
- "jquery" : " >=1.9"
28
- }
24
+ "dependencies" : {
25
+ "angular" : " ~1.5.5 " ,
26
+ "pnotify" : " ~3 .0.0 " ,
27
+ "jquery" : " >=1.9"
28
+ }
29
29
}
Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " angular-pnotify" ,
3
+ "version" : " 0.1.0" ,
4
+ "description" : " AngularJS wrapper for PNotify" ,
5
+ "main" : " src/angular-pnotify.js" ,
6
+ "scripts" : {
7
+ "test" : " echo \" Error: no test specified\" && exit 1"
8
+ },
9
+ "repository" : {
10
+ "type" : " git" ,
11
+ "url" : " git+https://github.com/jacqueslareau/angular-pnotify.git"
12
+ },
13
+ "author" :
" Jacques Lareau <[email protected] >" ,
14
+ "license" : " MIT" ,
15
+ "bugs" : {
16
+ "url" : " https://github.com/jacqueslareau/angular-pnotify/issues"
17
+ },
18
+ "homepage" : " https://github.com/jacqueslareau/angular-pnotify#readme" ,
19
+ "keywords" : [
20
+ " angular" ,
21
+ " notification" ,
22
+ " pines" ,
23
+ " pnotify"
24
+ ],
25
+ "dependencies" : {
26
+ "angular" : " ~1.5.5" ,
27
+ "pnotify" : " ~3.0.0" ,
28
+ "jquery" : " >=1.9"
29
+ }
30
+ }
You can’t perform that action at this time.
0 commit comments