-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
43 lines (43 loc) · 820 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
34
35
36
37
38
39
40
41
42
43
{
"name": "node-julia",
"version": "1.2.3",
"description": "Fast and simple access to Julia embedded in node",
"main": "lib/nj.js",
"repository": {
"type": "git",
"url": "git://github.com/waTeim/node-julia.git"
},
"dependencies": {
"bindings": "x"
},
"keywords": [
"julia",
"embed",
"matrix",
"vector",
"linear",
"algebra",
"numeric",
"regression",
"machine",
"learning"
],
"author": "Jeff Waller <[email protected]>",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/waTeim/node-julia/LICENSE"
}
],
"bugs": {
"url": "https://github.com/waTeim/node-julia/issues"
},
"devDependencies": {
"chai": "^1.9.2",
"mocha": "^1.21.5",
"sinon": "^1.10.3"
},
"scripts": {
"test": "mocha"
}
}