-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.36 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.36 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
39
40
41
42
43
{
"name": "data-visualization-d3",
"version": "1.0.1",
"description": "Funding data of Telefilm Canada visualization",
"main": "src/index.js",
"scripts": {
"build": "parcel build ./src/index.html --out-dir docs --public-url https://fayesatari.github.io/data-visualization-d3/",
"start": "parcel ./src/index.html --log-level=2 --port=8080 --open",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fayesatari/data-visualization-d3.git"
},
"author": "Faye Satari (2047588), Banafsheh Mohajeri (2092318), Mitra Lashkari (2105605)",
"license": "UNLICENSED",
"dependencies": {
"d3": "^5.16.0",
"d3-geo": "^1.12.1",
"d3-sankey": "^0.12.3",
"d3-svg-legend": "^2.25.6",
"parcel-bundler": "^1.12.4"
},
"devDependencies": {
"eslint": "^7.4.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsdoc": "^29.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"parcel-plugin-static-files-copy": "^2.6.0"
},
"staticFiles": {
"staticPath": [
"./src/data"
]
},
"bugs": {
"url": "https://github.com/fayesatari/data-visualization-d3/issues"
},
"homepage": "https://github.com/fayesatari/data-visualization-d3#readme"
}