package.json
{
"name": "asyncpipe",
"version": "1.0.0",
"description": "Compose asynchronous functions",
"main": "lib",
"scripts": {
"lint": "npm run lint-ci -- --fix",
"lint-ci": "eslint --format=table .",
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HiFaraz/asyncpipe.git"
},
"keywords": [
"async",
"functional",
"composition",
"pipe",
"flow",
"functions",
"control"
],
"author": "Faraz Syed <hello@farazsyed.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/HiFaraz/asyncpipe/issues"
},
"homepage": "https://github.com/HiFaraz/asyncpipe#readme",
"devDependencies": {
"eslint": "^4.11.0",
"eslint-config-prettier": "^2.8.0",
"eslint-plugin-prettier": "^2.3.1",
"prettier": "^1.8.2"
}
}