-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
46 lines (46 loc) · 1.3 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": "@bryntum/chronograph",
"version": "1.0.3",
"description": "Open-source reactive computational engine, implemented in TypeScript and developed by Bryntum",
"main": "index.js",
"module": "main.js",
"scripts": {
"test": "npx siesta ./tests",
"docs": "scripts/build_docs.sh"
},
"homepage": "https://github.com/bryntum/chronograph",
"bugs": "https://github.com/bryntum/chronograph/issues",
"repository": "[email protected]:bryntum/chronograph.git",
"keywords": [
"reactive",
"graph",
"computation",
"engine"
],
"author": "Nickolay Platonov, Bryntum",
"license": "MIT",
"dependencies": {
"esm": "^3.2.25",
"tslib": "^1.9.3"
},
"devDependencies": {
"cytoscape": "^3.14.1",
"dagre": "^0.8.5",
"klayjs": "^0.4.1",
"cytoscape-dagre": "^2.2.2",
"cytoscape-klay": "^3.1.3",
"layout-base": "^1.0.2",
"cose-base": "^1.0.2",
"cytoscape-cose-bilkent": "^4.1.0",
"@types/node": "^12.7.2",
"core-js": "^2.6.5",
"deoptigate": "^0.5.0",
"mobx": "^5.13.0",
"regenerator-runtime": "^0.13.1",
"siesta-lite": "^5.5.0",
"tslint": "^5.16.0",
"typedoc": "https://github.com/bryntum/typedoc.git#custom",
"typedoc-default-themes": "https://github.com/bryntum/typedoc-default-themes.git",
"typescript": "3.8.3"
}
}