Comparing version 0.5.0 to 0.6.0
{ | ||
"name": "pirate", | ||
"version": "0.5.0", | ||
"version": "0.6.0", | ||
"description": "A simple storage interface with adapters for different storage systems", | ||
"main": "index.coffee", | ||
"main": "src/index.coffee", | ||
"directories": { | ||
@@ -11,4 +11,4 @@ "test": "test" | ||
"fairmont": "~0.1.1", | ||
"mongodb": "~1.2.13", | ||
"mutual": "~0.0.2" | ||
"mongodb": "1.2.x", | ||
"mutual": "0.2.x" | ||
}, | ||
@@ -15,0 +15,0 @@ "devDependencies": {}, |
@@ -13,2 +13,4 @@ Pirate provides a simple key-value oriented storage interface with adapters for a variety of storage systems. This simplifies the interface to storage technologies and makes it easier to move between them. Obviously, many of the more sophisticated features of these systems are lost in the process, but the underlying storage implementation can always be accessed when necessary. | ||
[0]:http://github.com/dyoder/mutual | ||
For example, here's a simple program to `put` and `get` and object from MongoDB. | ||
@@ -15,0 +17,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
6683
63
+ Addedmutual@0.2.0(transitive)
- Removedmutual@0.0.2(transitive)
Updatedmongodb@1.2.x
Updatedmutual@0.2.x