timetrickle
Version:
A time-based execution limiter
21 lines (20 loc) • 615 B
JSON
{
"name": "timetrickle",
"description": "A time-based execution limiter",
"keywords" : [ "throttle", "trickle", "rate limit", "flow control", "flow", "api", "limit", "time" ],
"version": "0.1.2",
"homepage": "https://github.com/maxkueng/node-trickle",
"repository": {
"type": "git",
"url": "git://github.com/maxkueng/node-trickle.git"
},
"author": "Max Kueng <me@maxkueng.com> (http://maxkueng.com/)",
"engines": ["node >=0.4.0"],
"main" : "./index",
"licenses" : [
{
"type" : "MIT",
"url" : "https://github.com/maxkueng/node-trickle/raw/master/LICENSE"
}
]
}