-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 987 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
{
"name": "hands-on-britecharts",
"version": "1.0.0",
"description": " Get started with Britecharts by following the commented example and create your first simple charts ",
"main": "index.js",
"scripts": {
"test": "test",
"start": "webpack-dev-server --open",
"build": "webpack --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Golodhros/hands-on-britecharts.git"
},
"keywords": [
"britecharts",
"demo",
"starter"
],
"author": "Golodhros",
"contributors": [
"Daler Asrorov <[email protected]>"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/Golodhros/hands-on-britecharts/issues"
},
"homepage": "https://github.com/Golodhros/hands-on-britecharts#readme",
"dependencies": {
"britecharts": "^2.9.6",
"d3-selection": "^1.3.2",
"webpack": "^4.17.2"
},
"devDependencies": {
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.8"
}
}