jalhyd
Version:
JaLHyd, a Javascript Library for Hydraulics
15 lines (14 loc) • 355 B
JSON
{
"name": "jalhyd-boilerplate-js",
"version": "1.0.0",
"description": "An example of using the JaLHyd library in a Javascript CLI project using Node.JS",
"main": "boilerplate.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"jalhyd": "file:../.."
}
}