-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.3 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@vizabi/bubblechart",
"version": "4.1.7",
"description": "Vizabi bubble chart",
"scripts": {
"prepublishOnly": "npm run build",
"link": "npm link ../shared-components",
"start": "rollup -c",
"build": "cross-env NODE_ENV=production rollup -c",
"deploy": "tool-deploy"
},
"main": "build/bubblechart.js",
"files": [
"build"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vizabi/bubblechart.git"
},
"keywords": [],
"author": {
"name": "Gapminder Foundation",
"url": "https://www.gapminder.org",
"email": "info@gapminder.org"
},
"contributors": [
{
"name": "Angie",
"url": "https://github.com/angieskazka"
},
{
"name": "Jasper",
"url": "https://github.com/jheeffer"
},
{
"name": "Dima",
"url": "https://github.com/dab2000"
}
],
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/vizabi/bubblechart/issues"
},
"homepage": "https://github.com/vizabi/bubblechart#readme",
"peerDependencies": {
"@vizabi/shared-components": "*",
"d3": "^6.7.0",
"mobx": "^5.15.7"
},
"devDependencies": {
"cross-env": "^7.0.3",
"css.escape": "^1.5.1",
"vizabi-tool-bundler": "^1.3.2"
}
}