Skip to content

Commit f2c4f46

Browse files
add urls and contributors
1 parent 9d82e67 commit f2c4f46

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

package.json

+16-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,26 @@
22
"name": "modinha-redis",
33
"version": "0.0.20",
44
"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+
],
517
"main": "lib/RedisDocument.js",
618
"scripts": {
719
"test": "standard && grunt test"
820
},
921
"repository": {
1022
"type": "git",
11-
"url": "https://github.com/christiansmith/modinha-redis.git"
23+
"url": "https://github.com/anvilresearch/modinha-redis.git"
1224
},
13-
"author": "",
1425
"license": "MIT",
1526
"devDependencies": {
1627
"chai": "^3.1.0",
@@ -28,5 +39,8 @@
2839
"async": "^1.3.0",
2940
"modinha": "0.0.30",
3041
"redis": "^0.12.1"
42+
},
43+
"bugs": {
44+
"url": "https://github.com/anvilresearch/modinha-redis/issues"
3145
}
3246
}

0 commit comments

Comments
 (0)