-
Notifications
You must be signed in to change notification settings - Fork 58
/
Copy pathpackage.json
41 lines (41 loc) · 954 Bytes
/
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
{
"name": "visavail",
"version": "1.5.1",
"description": "This library visualizes the availability of time-dependent data with a chart on a website.",
"main": "visavail.js",
"files": [
"visavail.js",
"visavail.min.js",
"visavail.css",
"visavail.min.css",
"docs"
],
"directories": {
"doc": "docs"
},
"dependencies": {
"d3": "5.9.2",
"moment": "2.29.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flrs/visavail"
},
"keywords": [
"availability chart",
"visualization data timeline",
"gant chart",
"availability timeline",
"timeline chart"
],
"author": "Lorenzo Tanganelli - Florian Roscheck",
"license": "MIT",
"bugs": {
"url": "https://github.com/flrs/visavail/issues"
},
"homepage": "https://github.com/flrs/visavail#readme"
}