packages/array/package.json
{
"name": "dsp-array",
"description": "Functions to create and manipulate Float64Array arrays",
"version": "0.0.1",
"main": "build/index.js",
"module": "index.js",
"scripts": {
"pretest": "rollup -c ../../rollup.config.js",
"test": "node test/test.js",
"benchmark": "npm run pretest && node test/benchmark.js",
"docs": "jsdoc2md index.js > README.md && cp README.md ../../docs/modules/array.md",
"start": "npm run pretest && budo example/example.js"
},
"repository": "https://github.com/oramics/dsp-kit/packages/dsp-array",
"keywords": [
"fast",
"fourier",
"transform",
"dsp",
"dsp-kit"
],
"author": "danigb",
"license": "MIT",
"bugs": {
"url": "https://github.com/oramics/dsp-kit/issues"
},
"homepage": "https://github.com/oramics/dsp-kit/packages/dsp-array/#readme",
"devDependencies": {
"easy-benchmark": "../../support/easy-benchmark",
"add-canvas": "gist:2e32779f41baefc491a370a138767fdf",
"draw-waveform": "gist:ffe0c4e7a06586d4bbb018ca69887ae8"
},
"dependencies": {
}
}