32 lines
557 B
JSON
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"
|
|
}
|
|
}
|