UNPKG

swstats

Version:
40 lines (39 loc) 851 B
{ "name": "swstats", "version": "0.8.1", "description": "Sliding window statistics", "author": "David Gómez Matarrodona <solzimer@gmail.com>", "url": "https://github.com/owner/project/issues", "email": "solzimer@gmail.com", "main": "index.js", "license": "MIT", "repository": "solzimer/swstats", "keywords": [ "math", "stats", "statistics", "slide", "sliding", "window", "average", "mode", "frequency", "count", "sum", "deviation" ], "dependencies": {}, "devDependencies": { "mocha": "^3.4.2", "babel-preset-es2015": "^6.24.1", "grunt": "^1.0.1", "grunt-babel": "^6.0.0", "grunt-browserify": "^5.0.0", "grunt-contrib-clean": "^1.1.0", "grunt-contrib-uglify": "^3.0.1", "load-grunt-tasks": "^3.5.2" }, "scripts": { "test": "mocha" } }