-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
44 lines (44 loc) · 1.04 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
{
"name": "bubblesets",
"version": "1.0.2",
"description": "A JavaScript implementation of Bubble Sets.",
"type": "module",
"main": "bubblesets.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JosuaKrause/bubblesets-js.git"
},
"keywords": [
"isosurface",
"bubbles",
"bubblesets",
"set",
"visualization"
],
"author": "Josua Krause",
"contributors": [
{
"name": "Josua Krause",
"url": "https://www.josuakrause.com/"
},
{
"name": "Christopher Collins",
"url": "https://vialab.ca/research/bubble-sets"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/JosuaKrause/bubblesets-js/issues"
},
"homepage": "https://github.com/JosuaKrause/bubblesets-js#readme",
"devDependencies": {
"eslint": "^8.52.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-html": "^7.1.0",
"typescript": "^5.3.3"
}
}