smoothish
Version:
Smooth bad-quality time series data.
24 lines (23 loc) • 492 B
JSON
{
"name": "smoothish",
"version": "1.0.0",
"description": "Smooth bad-quality time series data.",
"main": "index.js",
"scripts": {
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eobrain/smoothish.git"
},
"keywords": [
"data", "smooth", "moving average"
],
"author": "Eamonn O'Brien-Strain",
"license": "EPL-2.0",
"devDependencies": {
"ava": "^3.6.0",
"bajel": "^0.3.7",
"jsdoc-to-markdown": "^5.0.3"
}
}