market-req
Version:
Market for oauth tokens, based on redis.
18 lines (17 loc) • 538 B
JSON
{
"name": "market-req",
"version": "0.2.8",
"description": "Market for oauth tokens, based on redis.",
"keywords": ["redis", "oauth"],
"author": "Temnov Kirill <allselead@gmail.com>",
"dependencies": {
"redis": ">= 0.7.x",
"coffee-script": ">=1.0.1"
},
"devDependencies": {"should": ">=0.2.1"},
"scripts": { "test": "coffee test/index.coffee" },
"main": "index",
"engines": { "node": ">= 0.4 <= 0.7" },
"repository": {"type": "git", "url": "https://github.com/selead/market-req"},
"licenses": {"type": "MIT"}
}