Files
WeihnachtsKalenderMelly/node_modules/co/package.json
2021-11-23 17:56:26 +01:00

32 lines
557 B
JSON

{
"name": "co",
"version": "3.1.0",
"description": "generator async flow control goodness",
"keywords": [
"async",
"flow",
"generator",
"coro",
"coroutine"
],
"devDependencies": {
"should": "^3.0.0",
"mocha": "^1.12.0",
"bluebird": "^2.0.0",
"thunkify": "^2.0.0",
"request": "^2.36.0",
"matcha": "~0.5.0"
},
"scripts": {
"test": "make test"
},
"files": [
"index.js"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/visionmedia/co.git"
}
}