-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 956 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
39
40
41
42
{
"name": "@bienehito/fluid-dynamics",
"version": "1.1.2",
"description": "A WebGL library simulating fluid dynamics and motion of solid objects within the fluid.",
"type": "module",
"module": "./src/index.js",
"files": [
"src",
"dist"
],
"unpkg": "./dist/fluid-dynamics.umd.js",
"jsdelivr": "./dist/fluid-dynamics.umd.js",
"scripts": {
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bienehito/fluid-dynamics.git"
},
"keywords": [
"fluid",
"liquid",
"simulation",
"fluidsim",
"physics",
"navier-stokes",
"javascript",
"webgl",
"canvas",
"gpu"
],
"author": "Aleksey Bieneman",
"license": "MIT",
"bugs": {
"url": "https://github.com/bienehito/fluid-dynamics/issues"
},
"homepage": "https://github.com/bienehito/fluid-dynamics#readme",
"devDependencies": {
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
}
}