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-12 01:29:10 +0400
committerJohannes <mail@johannesewald.de>2012-06-12 01:29:10 +0400
commit0af1dcb6b2ccbc7ec0ae757549688e666cf569a7 (patch)
tree4b3854b937ff1f05bf8677c8fc1547fa733e6feb /package.json
parent75f6a7765a09344dab54a4a2ca99ac12f547a75d (diff)
- changed APIv0.2.0
- introduced __set__ and __get__ to rewired modules
Diffstat (limited to 'package.json')
-rw-r--r--package.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/package.json b/package.json
index 6048f87..ae302fd 100644
--- a/package.json
+++ b/package.json
@@ -1,13 +1,15 @@
{
"name" : "rewire",
- "version" : "0.1.3",
+ "version" : "0.2.0",
"description" : "Dependency injection for node.js applications",
"keywords" : [
"dependency",
"injection",
"mock",
"unit",
- "test"
+ "test",
+ "leak",
+ "inspect"
],
"author" : {
"name" : "Johannes Ewald",
@@ -27,9 +29,6 @@
"engines" : {
"node" : "0.6.x"
},
- "dependencies": {
- "toSrc": "0.1.x"
- },
"devDependencies": {
"mocha": "1.1.x",
"expect.js": "0.1.x"