Galerie und tage
This commit is contained in:
31
node_modules/co/package.json
generated
vendored
Normal file
31
node_modules/co/package.json
generated
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user