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:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 34a1448..9408fc2 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name" : "trick",
+ "name" : "rewire",
"version" : "0.1.0",
"description" : "Dependency injection for node.js applications",
"keywords" : [
@@ -17,7 +17,7 @@
"main" : "lib/index.js",
"bugs" : {
"email" : "mail@johannesewald.de",
- "url" : "https://github.com/jhnns/trick/issues"
+ "url" : "https://github.com/jhnns/rewire/issues"
},
"licenses" : {
"type" : "MIT",
@@ -25,7 +25,7 @@
},
"repositories" : {
"type" : "git",
- "url" : "https://github.com/jhnns/trick"
+ "url" : "https://github.com/jhnns/rewire"
},
"engines" : {
"node" : "0.6.x"