Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes <mail@johannesewald.de>2012-06-04 04:36:18 +0400
committerJohannes <mail@johannesewald.de>2012-06-04 04:36:18 +0400
commitc1d0f6632ce34df4648383a26ece6eb54fa3eff0 (patch)
tree5e07c2e383a518208f74771845e318f97546744e /package.json
parentf1606c10f90d600bff934f854cce2870e167fe5e (diff)
changed package.json
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/package.json b/package.json
index 173c35d..7f146a7 100644
--- a/package.json
+++ b/package.json
@@ -15,8 +15,14 @@
"web" : "http://johannesewald.de"
},
"main" : "lib/index.js",
- "bugs" : "https://github.com/jhnns/rewire/issues",
- "repository": "git://github.com/pandaa/toSrc.git",
+ "bugs" : {
+ "url" : "http://github.com/jhnns/rewire/issues",
+ "email" : "mail@johannesewald.de"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/jhnns/rewire.git"
+ },
"engines" : {
"node" : "0.6.x"
},