UNPKG

wenglin

Version:

Weng-Lin skill algorithm implementation

34 lines (33 loc) 756 B
{ "scripts": { "test": "NODE_ENV=test eslint . && nyc --reporter=html --reporter=text mocha --recursive test" }, "devDependencies": { "eslint": "^7.5.0", "chai": "^4.2.0", "mocha": "^6.2.2", "nyc": "^15.0.0" }, "name": "wenglin", "version": "1.0.2", "description": "Weng-Lin skill algorithm implementation", "main": "index.js", "directories": { "test": "test" }, "dependencies": {}, "repository": { "type": "git", "url": "git+https://github.com/fl4re/wenglin.git" }, "keywords": [ "Bayesian", "skill" ], "author": "Starbreeze Studios", "license": "MIT", "bugs": { "url": "https://github.com/fl4re/wenglin/issues" }, "homepage": "https://github.com/fl4re/wenglin#readme" }