{
    "name" : "cart",
    "version" : "1.0.4",
    "description" : "Connect session store using supermarket",
    "main" : "./lib/cart.js",
    "keywords" : [
        "connect",
        "expresso",
        "http sessions"
    ],
    "author": {
        "name": "Peteris Krumins",
        "email": "peteris.krumins@gmail.com",
        "web": "http://www.catonmat.net",
        "twitter": "pkrumins"
    },
    "repository" : {
        "type" : "git",
        "url" : "http://github.com/pkrumins/supermarket-cart.git"
    },
    "engines": {
        "node": ">=0.2.0"
    },
    "dependencies" : {
        "supermarket" : ">=1.1.0"
    }
}

