nglibs-cfd
Version:
NGLibs, The module for CFD field Loading for OpenFOAM.
28 lines (27 loc) • 571 B
JSON
{
"name": "nglibs-cfd",
"version": "0.0.3",
"description": "NGLibs, The module for CFD field Loading for OpenFOAM.",
"main": "lib/CFD.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gary7693/nglibs-CFD.git"
},
"keywords": [
"CFD",
"OpenFoam"
],
"author": "Gary7693",
"license": "ISC",
"devDependencies": {
"typescript": "^4.6.3"
},
"dependencies": {
"axios": "^0.26.1",
"nglibs-math": "^1.0.5"
}
}