-
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) · 1.03 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.03 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
{
"name": "visualization-plugin-gsft",
"version": "1.0.0",
"description": "Visualization plugin for grnsft. Convert carbon data into insights.",
"main": "index.js",
"scripts": {
"test": "echo \"WARN: no test specified\" && exit 0",
"lint": "eslint",
"fix": "eslint --fix"
},
"author": {
"name": "Ram G Suri",
"url": "https://github.com/ramgsuri"
},
"contributors": [
{"name":"Vansh Kapoor","url":"https://github.com/vanshkapoor"},
{"name":"Ravinder K","url":"https://github.com/ravinderj"}
],
"license": "MIT",
"dependencies": {
"canvas": "^2.11.2",
"chart.js": "^4.4.2",
"csv-parser": "^3.0.0",
"ejs": "^3.1.9"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ramgsuri/visualization-plugin-gsft.git"
},
"bugs": {
"url": "https://github.com/ramgsuri/visualization-plugin-gsft/issues"
},
"homepage": "https://github.com/ramgsuri/visualization-plugin-gsft#readme",
"devDependencies": {
"@eslint/js": "^9.0.0",
"eslint": "^9.0.0"
}
}