UNPKG

sir-model

Version:
29 lines (28 loc) 678 B
{ "name": "sir-model", "version": "1.0.2", "description": "Run an SIR model.", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/c-lack/sir-model.git" }, "keywords": [ "SIR", "model" ], "author": "Cameron P. Lack <c.lack@warwick.ac.uk> (http://warwick.ac.uk/clack)", "license": "UNLICENSED", "bugs": { "url": "https://github.com/c-lack/sir-model/issues" }, "homepage": "https://github.com/c-lack/sir-model#readme", "dependencies": { "numeric": "^1.2.6", "ode45-cash-karp": "1.1.0", "odex": "2.0.4" } }