Mercurial > hg > js-dsp-test
view fft/jsfft/package.json @ 38:fa6ed6a0519d
Add remark about licences
author | Chris Cannam |
---|---|
date | Wed, 11 May 2016 09:41:59 +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" } }