| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "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"
- }
- }
|