-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 923 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
{
"name": "accurate-beeswarm-plot",
"version": "1.0.12",
"description": "A fast layout algorithm for beeswarm plots",
"main": "dist/accurate-beeswarm-plot.js",
"type": "module",
"directories": {
"doc": "docs"
},
"files": [
"dist/*.js",
"src/*.js"
],
"scripts": {
"build": "rm -rf dist && mkdir dist && cp src/accurate-beeswarm-plot.js dist && sed '$ d' src/accurate-beeswarm-plot.js > dist/accurate-beeswarm-plot.nomodule.js",
"test": "node src/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jtrim-ons/accurate-beeswarm-plot.git"
},
"keywords": [
"beeswarm",
"plot",
"chart",
"layout",
"arrangement"
],
"author": "James Trimble",
"license": "MIT",
"bugs": {
"url": "https://github.com/jtrim-ons/accurate-beeswarm-plot/issues"
},
"homepage": "https://github.com/jtrim-ons/accurate-beeswarm-plot#readme"
}