s-h-esd
Version:
A Node port of Seasonal Hybrid ESD (S-H-ESD), Twitter's AnomalyDetection.
39 lines (38 loc) • 897 B
JSON
{
"name": "s-h-esd",
"version": "0.0.3",
"description": "A Node port of Seasonal Hybrid ESD (S-H-ESD), Twitter's AnomalyDetection.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d dist --source-maps"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elwlwlwk/s-h-esd.git"
},
"keywords": [
"S-H-ESD",
"AnomalyDetection",
"Seasonal",
"Hybrid",
"ESD"
],
"author": "MinGyu Lee <holo@wisewolf.org>",
"main": "dist/detect_ts.js",
"files": [
"dist/"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/elwlwlwk/s-h-esd/issues"
},
"homepage": "https://github.com/elwlwlwk/s-h-esd#readme",
"dependencies": {
"stlnode": "0.0.1",
"lib-r-math.js": "1.0.86"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1"
}
}