UNPKG

562 BJSONView Raw
1{
2 "name": "ebmstats",
3 "version": "0.1.1",
4 "description": "",
5 "main": "index.js",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/knowledgetranslation/EBMStats.git"
9 },
10 "author": "Nikolas LeBlanc <nikolas.leblanc@gmail.com>",
11 "license": "MIT",
12 "bugs": {
13 "url": "https://github.com/knowledgetranslation/EBMStats/issues"
14 },
15 "devDependencies": {
16 "chai": "^1.10.0",
17 "mocha": "^2.0.1"
18 },
19 "dependencies": {
20 "chi-squared": "^1.1.0",
21 "decimal-adjust": "0.0.0"
22 },
23 "scripts": {
24 "test": "make test"
25 }
26}