UNPKG

dirichlet

Version:
39 lines (38 loc) 754 B
{ "name": "dirichlet", "version": "1.0.1", "description": "Dirichlet/aliased sinc function", "main": "dirichlet.js", "directories": { "test": "test" }, "dependencies": { "almost-equal": "^1.0.0" }, "devDependencies": { "tap": "~0.4.8", "tape": "~2.4.0" }, "scripts": { "test": "tap test/*.js" }, "repository": { "type": "git", "url": "git://github.com/mikolalysenko/dirichlet.git" }, "keywords": [ "dirichlet", "aliased", "sinc", "rect", "fourier", "transform", "lanczos" ], "author": "Mikola Lysenko", "license": "MIT", "bugs": { "url": "https://github.com/mikolalysenko/dirichlet/issues" }, "homepage": "https://github.com/mikolalysenko/dirichlet" }