cell-orientation
Version:
Computes the orientation of a cell
35 lines (34 loc) • 714 B
JSON
{
"name": "cell-orientation",
"version": "1.0.1",
"description": "Computes the orientation of a cell",
"main": "orientation.js",
"directories": {
"test": "test"
},
"dependencies": {
},
"devDependencies": {
"tape": "^4.0.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mikolalysenko/cell-orientation.git"
},
"keywords": [
"orientation",
"simplex",
"cell",
"complex",
"topology"
],
"author": "Mikola Lysenko",
"license": "MIT",
"bugs": {
"url": "https://github.com/mikolalysenko/cell-orientation/issues"
},
"homepage": "https://github.com/mikolalysenko/cell-orientation"
}