view fft/fft.js/package.json @ 37:a47f895d79c0

Add Nayuki float, and KissFFT complex-complex
author Chris Cannam
date Tue, 10 Nov 2015 11:48:42 +0000
parents 66f9fd5ac611
children
line wrap: on
line source
{
	"name":		"fft",
	"authors":	["Jens Nockert", "Jussi Kalliokoski"],
	"version":	"0.2.1",
	"description":	"A Fast Fourier Transform library for JS.",
	"repository":	{
		"type":		"git",
		"url":		"http://github.com/JensNockert/fft.js"
	},
	"engines":	{
		"node":		">=0.6.0-0"
	},
	"licenses":	[{
		"type":		"FreeBSD"
	}],
	"bugs":		{
		"url":		"http://github.com/JensNockert/fft.js/issues"
	},
	"main":		"./lib/node.js"
}