@neutrium/pipe
Version:
The pipe module of the Neutrium library
35 lines (34 loc) • 814 B
JSON
{
"name": "@neutrium/pipe",
"version": "2.0.1",
"description": "The pipe module of the Neutrium library",
"main": "dist/index.js",
"scripts": {
"clean": "rm -r ./dist/*",
"tsc": "tsc",
"build": "npm run tsc",
"prepublish": "npm run clean && npm run build",
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neutrium/pipe.git"
},
"keywords": [
"neutrium",
"pipe",
"hydraulics"
],
"author:": "Trevor Walker <trevorw@neutrium.net> (https://neutrium.net)",
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/neutrium/pipe/issues"
},
"homepage": "https://github.com/neutrium/pipe#readme",
"dependencies": {
"@neutrium/quantity": "^3.0.4"
},
"devDependencies": {
"jasmine": "^2.8.0"
}
}