forked from flrs/visavail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 989 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.0.12",
"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.8.0",
"moment": "2.24.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tanganellilore/visavail.git"
},
"keywords": [
"availability chart",
"visualization data timeline",
"gant chart",
"availability timeline",
"timeline chart"
],
"author": "Lorenzo Tanganelli - Florian Roscheck",
"license": "MIT",
"bugs": {
"url": "https://github.com/tanganellilore/visavail/issues"
},
"homepage": "https://github.com/tanganellilore/visavail#readme"
}