UNPKG

ml-fft

Version:
42 lines (41 loc) 844 B
{ "name": "ml-fft", "version": "1.3.5", "description": "fft", "main": "src/index.js", "directories": { "lib": "src", "test": "test" }, "scripts": { "test": "mocha --require should --reporter mocha-better-spec-reporter --recursive", "build": "cheminfo build" }, "repository": { "type": "git", "url": "https://github.com/mljs/fft.git" }, "keywords": [ "fft", "2D fft", "data", "mining", "datamining", "machine", "learning", "convolution", "matrix" ], "author": "Andres Castillo", "license": "MIT", "bugs": { "url": "https://github.com/mljs/fft/issues" }, "homepage": "https://github.com/mljs/fft", "devDependencies": { "cheminfo-tools": "1.4.1", "mocha": "^2.5.3", "mocha-better-spec-reporter": "^3.0.2", "should": "^9.0.2" } }