forked from nicolaspanel/numjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
41 lines (41 loc) · 672 Bytes
/
bower.json
File metadata and controls
41 lines (41 loc) · 672 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": "numjs",
"version": "0.12.1",
"description": "Like NumPy, in JavaScript",
"main": "dist/numjs.js",
"author": "Nicolas Panel",
"license": "MIT",
"keywords": [
"ndarray",
"array",
"multi",
"multidimensional",
"dimension",
"higher",
"image",
"volume",
"webgl",
"tensor",
"matrix",
"linear",
"algebra",
"science",
"numerical",
"computing",
"stride",
"shape",
"numpy"
],
"homepage": "https://github.com/nicolaspanel/numjs",
"moduleType": [
"globals",
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"data"
]
}