UNPKG

filtered-vector

Version:
40 lines (39 loc) 860 B
{ "name": "filtered-vector", "version": "1.2.5", "description": "Filter an input vector valued curve", "main": "fvec.js", "directories": { "example": "example" }, "dependencies": { "binary-search-bounds": "^2.0.0", "cubic-hermite": "^1.0.0" }, "devDependencies": { "array-almost-equal": "^1.0.0", "almost-equal": "0.0.0", "right-now": "^1.0.0", "tape": "^3.5.0" }, "scripts": { "test": "tape test/*.js" }, "repository": { "type": "git", "url": "https://github.com/mikolalysenko/filtered-vector.git" }, "keywords": [ "filter", "input", "curve", "device", "mouse" ], "author": "Mikola Lysenko", "license": "MIT", "bugs": { "url": "https://github.com/mikolalysenko/filtered-vector/issues" }, "homepage": "https://github.com/mikolalysenko/filtered-vector" }