smove
Version:
Sinusoidal movement library
37 lines (36 loc) • 798 B
JSON
{
"name": "smove",
"version": "1.1.5",
"description": "Sinusoidal movement library",
"main": "index.js",
"scripts": {
"test": "mocha tests/*",
"lint": "documentation lint index.js",
"document": "documentation build -f html -o docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DaxBot/node-smove.git"
},
"keywords": [
"hri",
"robotics"
],
"author": "Wilkins White <ww@novadynamics.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/DaxBot/node-smove/issues"
},
"homepage": "https://daxbot.com/open-source",
"devDependencies": {
"chai": "^4.3.4",
"documentation": "^13.2.5",
"mocha": "^8.4.0",
"nodeplotlib": "^0.7.5"
},
"files": [
"index.js",
"LICENSE",
"README.md"
]
}