You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.2 KiB
55 lines
1.2 KiB
{
|
|
"name": "fastfall",
|
|
"version": "1.5.1",
|
|
"description": "call your callbacks in a waterfall, at speed",
|
|
"main": "fall.js",
|
|
"scripts": {
|
|
"lint": "standard",
|
|
"test": "tape test.js | faucet",
|
|
"coverage": "istanbul cover tape test.js | tap-spec",
|
|
"coveralls": "npm run coverage ; cat ./coverage/lcov.info | coveralls"
|
|
},
|
|
"precommit": [
|
|
"lint",
|
|
"test"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/mcollina/fastfall.git"
|
|
},
|
|
"keywords": [
|
|
"async",
|
|
"waterfall",
|
|
"fall",
|
|
"fast",
|
|
"callback"
|
|
],
|
|
"author": "Matteo Collina <hello@matteocollina.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/mcollina/fastfall/issues"
|
|
},
|
|
"homepage": "https://github.com/mcollina/fastfall#readme",
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"devDependencies": {
|
|
"async": "^1.0.0",
|
|
"coveralls": "^2.11.6",
|
|
"fastbench": "^1.0.0",
|
|
"faucet": "0.0.1",
|
|
"insync": "^2.1.1",
|
|
"istanbul": "^0.4.1",
|
|
"neo-async": "^1.7.0",
|
|
"pre-commit": "^1.0.10",
|
|
"run-waterfall": "^1.1.1",
|
|
"standard": "^5.0.0",
|
|
"tap-spec": "^4.1.1",
|
|
"tape": "^4.0.0",
|
|
"waterfallize": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"reusify": "^1.0.0"
|
|
}
|
|
}
|