view fft/jsfft/package.json @ 32:ebc87a62321d

Add Nayuki fft.c compiled to JS
author Chris Cannam
date Mon, 09 Nov 2015 11:46:47 +0000
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"
  }
}