-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 902 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 902 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
33
34
35
36
37
38
{
"name": "achart-creator",
"version": "2.0.0",
"description": "tool for creating SVG charts with ARIA markup from CSV files",
"main": "build/acreate.js",
"repository": {
"type": "git",
"url": "git+https://git.iicm.tugraz.at:kandrews/achart-creator.git"
},
"keywords": [
"accessibility",
"screen reader",
"data visualisation",
"charts",
"SVG",
"CSV"
],
"scripts": {},
"author": "",
"license": "MIT",
"dependencies": {
"csvtojson": ">=2.0.8",
"d3": "^6.2.0",
"fs": "0.0.1-security",
"jsdom": "^16.4.0",
"xml-formatter": ">=2.3.1"
},
"devDependencies": {
"@types/node": "^14.11.10",
"child_process": ">=1.0.2",
"gulp": ">=4.0.2",
"gulp-clean": ">=0.4.0",
"gulp-typescript": ">=5.0.1",
"merge2": ">=1.2.4",
"nexe": ">=3.3.7",
"typescript": "^4.0.3"
}
}