30 lines
577 B
JSON
30 lines
577 B
JSON
{
|
|
"name": "wrap-fn",
|
|
"version": "0.1.5",
|
|
"license": "MIT",
|
|
"description": "support sync, async, and generator functions",
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"keywords": [
|
|
"browser",
|
|
"wrap",
|
|
"generator"
|
|
],
|
|
"author": "Matthew Mueller <mattmuelle@gmail.com>",
|
|
"repository": "MatthewMueller/wrap-fn",
|
|
"dependencies": {
|
|
"co": "3.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"duo": "^0.8.2",
|
|
"duo-test": "^0.3.2",
|
|
"generator-support": "0.0.1",
|
|
"gnode": "0.0.8",
|
|
"mocha": "*",
|
|
"should": "*"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
]
|
|
} |