forked from viz-centric/flair-visualizations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.12 KB
/
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
42
43
44
45
{
"name": "flair-visualizations",
"version": "1.2.1",
"description": "All the available Flair-BI charting modules are listed in this package.",
"main": "./js/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/viz-centric/flair-visualizations.git"
},
"keywords": [
"flair-bi",
"flair",
"visualizations",
"flair-visualizations",
"pie"
],
"author": {
"name": "Suvrat Ram Joshi",
"email": "suvrat_joshi@live.com"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/viz-centric/flair-visualizations/issues"
},
"homepage": "https://github.com/viz-centric/flair-visualizations#readme",
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.8.1",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
"style-loader": "^0.23.1",
"ttf-loader": "^1.0.2",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
},
"dependencies": {
"d3": "^5.0.0-rc.4",
"d3-drag": "^1.2.3",
"d3-lasso": "0.0.5",
"jquery": "^3.4.0",
"topojson": "^3.0.2"
}
}