view fft/jsfft/package.json @ 26:9af60df83c6f

Adjust inputs so as to get a nice round number as output
author Chris Cannam
date Wed, 07 Oct 2015 13:59:09 +0100
parents 66f9fd5ac611
children
line wrap: on
line source
{
  "name": "jsfft",
  "version": "0.0.1",
  "author": "Nick Jones",
  "description": "A lightweight FFT implementation for Javascript",
  "repository": {
    "type": "git",
    "url": "https://github.com/dntj/jsfft.git"
  },
  "engines": {
    "node": "*"
  },

  "main": "./lib/fft",

  "scripts": {
    "test": "mocha"
  },

  "devDependencies": {
    "mocha": ">=1.1.0"
  }
}