-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 KB
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
{
"name": "vis-workflow-timeline",
"version": "0.0.2",
"description": "An application of vis-timeline to workflow data.",
"main": "workflow-timeline.js",
"scripts": {
"build": "browserify workflow-timeline.js -o examples/bundle.js "
},
"repository": {
"type": "git",
"url": "git+https://github.com/workflowfm/vis-workflow-timeline.git"
},
"keywords": [
"workflow",
"timeline",
"visualization"
],
"author": "Petros Papapanagiotou",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/workflowfm/vis-workflow-timeline/issues"
},
"homepage": "https://github.com/workflowfm/vis-workflow-timeline#readme",
"dependencies": {
"colormap": "^2.3.2",
"vis-data": "^7.1.4",
"vis-timeline": "^7.5.1"
},
"devDependencies": {
"@egjs/hammerjs": "^2.0.17",
"component-emitter": "^1.3.0",
"keycharm": "^0.4.0",
"moment": "^2.29.3",
"propagating-hammerjs": "^2.0.1",
"uuid": "^8.3.2",
"vis-util": "^5.0.3",
"xss": "^1.0.11"
}
}