{ "name": "grafn", "version": "1.0.1", "description": "Graph + Fn: Execute functions as a graph", "main": "lib/grafn", "scripts": { "document": "jsdoc2md lib/**/*.js > doc/README.md; tap -R markdown > doc/COVERAGE.md", "lint": "eslint .", "test": "tap" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/rbdr/grafn.git" }, "bugs": { "url": "https://gitlab.com/rbdr/grafn/issues" }, "author": "Rubén Beltrán del Río ", "license": "Apache-2.0", "devDependencies": { "@hapi/eslint-config-hapi": "^13.0.2", "@hapi/eslint-plugin-hapi": "^4.3.6", "eslint": "^7.9.0", "jsdoc-to-markdown": "^6.0.1", "tap": "^14.10.8" }, "keywords": [ "graph", "async", "flow" ] }