forked from bigmlcom/bigml-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 764 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 764 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
{
"name": "bigml",
"description": "Node bindings for BigML.",
"tags": [
"REST",
"api",
"bindings",
"BigML"
],
"version": "1.10.2",
"author": {
"name": "BigML",
"email": "info@bigml.com"
},
"repository": {
"type": "git",
"url": "http://github.com/bigmlcom/bigml-node"
},
"engines": [
"node >= 0.10.0"
],
"main": "index.js",
"dependencies": {
"mersenne-twister": "1.1.0",
"snowball": "0.3.1",
"request": "2.40.0",
"winston": "0.7.1",
"form-data": "0.0.10",
"combined-stream": "0.0.4",
"mime": "1.2.2",
"async": "0.2.7",
"jStat": "0.0.2",
"fast-csv": "1.0.0"
},
"scripts": {
"test": "mocha -t 80000"
},
"devDependencies": {
"jshint": "^2.9.4"
}
}