-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 813 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 813 Bytes
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
34
35
36
37
38
39
40
41
42
43
{
"name": "bigml",
"description": "Node bindings for BigML.",
"tags": [
"REST",
"api",
"bindings",
"BigML"
],
"version": "1.28.0",
"author": {
"name": "BigML",
"email": "info@bigml.com"
},
"repository": {
"type": "git",
"url": "git@github.com:bigmlcom/bigml-node.git"
},
"engines": [
"node >= 8.4.0"
],
"main": "index.js",
"dependencies": {
"async": "latest",
"axios": "^1.3.6",
"fast-csv": "latest",
"form-data": "^2.5.1",
"jstat": "latest",
"mathjs": "latest",
"mersenne-twister": "^1.1.0",
"mime": "^2.4.4",
"mocha": "^9.1.3",
"request": "^2.88.2",
"snowball": "^0.3.1",
"winston": "latest"
},
"scripts": {
"test": "mocha -t 3600000"
},
"devDependencies": {
"jshint": "^2.11.0"
}
}