hydraulic-calculator
Version:
Perform basic hydraulic (fluid power) calculations.
33 lines (32 loc) • 637 B
JSON
{
"name": "hydraulic-calculator",
"version": "1.1.0",
"description": "Perform basic hydraulic (fluid power) calculations.",
"keywords": [
"hydraulics",
"hydraulic calculator",
"fluid power",
"calculator",
"hydraulic",
"pump",
"motor",
"cylinder"
],
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sshodges/hydraulic-calculator"
},
"author": {
"name": "Sam Hodges",
"email": "sshodges@gmail.com"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0"
}
}