-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1008 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "meta.js",
"version": "0.0.5",
"description": "Meta.js is designed to be a JavaScript library for online meta-analysis. It's built on [math.js](https://mathjs.org/) and [NumJs](https://github.com/nicolaspanel/numjs) to support calculation tasks related meta-analysis. Meta.js is still in very early development stage, please don't use it for production purpose.",
"main": "meta.js",
"directories": {
"test": "tests"
},
"type": "module",
"scripts": {
"test": "mocha",
"make": "python make.py"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OHNLP/Meta.js.git"
},
"keywords": [],
"author": "Huan He",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/OHNLP/Meta.js/issues"
},
"homepage": "https://github.com/OHNLP/Meta.js#readme",
"devDependencies": {
"assert": "^2.0.0",
"danfojs": "^1.0.5",
"danfojs-node": "^1.0.5",
"mathjs": "^10.4.2",
"mocha": "^9.2.2",
"papaparse": "^5.3.2"
}
}