Commit f2c4f46 1 parent 9d82e67 commit f2c4f46 Copy full SHA for f2c4f46
File tree 1 file changed +16
-2
lines changed
1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " modinha-redis" ,
3
3
"version" : " 0.0.20" ,
4
4
"description" : " Redis persistence mixins for Modinha models" ,
5
+ "author" : {
6
+ "name" : " Christian Smith" ,
7
+ "email" : " smith@anvil.io" ,
8
+ "url" : " http://anvil.io"
9
+ },
10
+ "contributors" : [
11
+ {
12
+ "name" : " Vartan Simonian" ,
13
+ "email" : " vsimonianpress@gmail.com" ,
14
+ "url" : " http://vsimonian.github.io/"
15
+ }
16
+ ],
5
17
"main" : " lib/RedisDocument.js" ,
6
18
"scripts" : {
7
19
"test" : " standard && grunt test"
8
20
},
9
21
"repository" : {
10
22
"type" : " git" ,
11
- "url" : " https://github.com/christiansmith /modinha-redis.git"
23
+ "url" : " https://github.com/anvilresearch /modinha-redis.git"
12
24
},
13
- "author" : " " ,
14
25
"license" : " MIT" ,
15
26
"devDependencies" : {
16
27
"chai" : " ^3.1.0" ,
28
39
"async" : " ^1.3.0" ,
29
40
"modinha" : " 0.0.30" ,
30
41
"redis" : " ^0.12.1"
42
+ },
43
+ "bugs" : {
44
+ "url" : " https://github.com/anvilresearch/modinha-redis/issues"
31
45
}
32
46
}
You can’t perform that action at this time.
0 commit comments