-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "graphmalizer-core",
"version": "0.5.0",
"description": "A better graph",
"author": "Jelle 'wires' Herold <[email protected]>",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/standard *.js examples/*.js test/*.js && node_modules/.bin/tape test/basics.js test/runSome.js"
},
"contributors": [
{
"name": "Bert Spaan",
"email": "[email protected]"
}
],
"dependencies": {
"highland": "~2.5.0",
"js-yaml": "^3.3.1",
"minimist": "^1.1.3",
"prttty": "^0.9.1",
"ramda": "~0.14.0"
},
"devDependencies": {
"faucet": "*",
"js-combinatorics": "~0.5.0",
"standard": "^5.4.1",
"tape": "^4.0.3"
},
"repository": {
"type": "git",
"url": "https://github.com/graphmalizer/graphmalizer-core"
},
"bugs": {
"url": "https://github.com/graphmalizer/graphmalizer-core/issues"
},
"homepage": "https://graphmalizer.github.io",
"keywords": [
"graph",
"equivalence",
"commutative",
"neo4j",
"streams",
"data"
],
"license": "AGPL-1.0"
}