UNPKG

series-processing

Version:

Time-series processing for forex, market analysis, including MA, EMA,...

41 lines (40 loc) 1.04 kB
{ "name": "series-processing", "version": "0.1.14", "description": "Time-series processing for forex, market analysis, including MA, EMA,...", "keywords": [ "processing", "forex", "market analysis", "forecast", "forecasting", "timeseries", "stats", "smoothing", "moving average", "noise removal", "autoregression" ], "main": "lib/index.js", "files": [ "*.md", "lib", "src" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepublish": "babel ./src -d lib --ignore '*.spec.js'" }, "repository": "https://github.com/kimkha/series-processing", "author": "Nguyễn Kim Kha <nkimkha@gmail.com>", "license": "MIT", "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.24.1", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-transform-object-rest-spread": "^6.23.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-1": "^6.24.1" } }