forked from bryntum/chronograph
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 703 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 703 Bytes
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
{
"name": "chronograph",
"version": "0.0.1",
"description": "Graph-based reactive computational engine",
"main": "index.js",
"module": "main.js",
"scripts": {
"test": "npx siesta ./tests",
"docs": "npx typedoc --mode file --out docs"
},
"keywords": [
"reactive",
"graph",
"computation",
"engine"
],
"author": "Nickolay Platonov, Bryntum",
"license": "MIT",
"dependencies": {
"esm": "^3.0.84",
"tslib": "^1.9.3"
},
"devDependencies": {
"typedoc": "^0.14.2",
"@types/node": "^10.12.10",
"typescript": "~3.4.5",
"siesta-lite": "^5.2.2",
"tslint": "^5.14.0",
"regenerator-runtime": "^0.13.1",
"core-js": "^2.6.5"
}
}