pooled
Version:
mutate constructors into a poolable form
22 lines (21 loc) • 427 B
JSON
{
"name": "pooled",
"version": "0.0.2",
"description": "mutate constructors into a poolable form",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/chrisdickinson/pooled.git"
},
"keywords": [
"pooled"
],
"author": "Chris Dickinson <chris@neversaw.us>",
"license": "MIT",
"devDependencies": {
"tape": "~0.2.2"
}
}