]>
Commit | Line | Data |
---|---|---|
1 | { | |
2 | "name": "grafn", | |
3 | "version": "1.0.1", | |
4 | "description": "Graph + Fn: Execute functions as a graph", | |
5 | "main": "lib/grafn", | |
6 | "scripts": { | |
7 | "document": "jsdoc2md lib/**/*.js > doc/README.md; tap -R markdown > doc/COVERAGE.md", | |
8 | "lint": "eslint .", | |
9 | "test": "tap" | |
10 | }, | |
11 | "repository": { | |
12 | "type": "git", | |
13 | "url": "git+ssh://git@gitlab.com/rbdr/grafn.git" | |
14 | }, | |
15 | "bugs": { | |
16 | "url": "https://gitlab.com/rbdr/grafn/issues" | |
17 | }, | |
18 | "author": "Rubén Beltrán del Río <ruben@unlimited.pizza>", | |
19 | "license": "Apache-2.0", | |
20 | "devDependencies": { | |
21 | "@hapi/eslint-config-hapi": "^13.0.2", | |
22 | "@hapi/eslint-plugin-hapi": "^4.3.6", | |
23 | "eslint": "^7.9.0", | |
24 | "jsdoc-to-markdown": "^6.0.1", | |
25 | "tap": "^14.10.8" | |
26 | }, | |
27 | "keywords": [ | |
28 | "graph", | |
29 | "async", | |
30 | "flow" | |
31 | ] | |
32 | } |