-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 919 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 919 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
{
"name": "ndarray-band",
"version": "1.0.15",
"description": "Create a view of a band of an ndarray",
"main": "lib/index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/scijs/ndarray-band.git"
},
"keywords": [
"scijs",
"ndarray",
"linear-algebra",
"toeplitz",
"tridiagonal",
"diagonal",
"matrix"
],
"author": "Ricky Reusser",
"license": "MIT",
"devDependencies": {
"chai": "^3.0.0",
"gulp-filter": "^2.0.2",
"gulp-latex": "^1.0.1",
"gulp-markdown-equations": "^1.2.0",
"gulp-pdftocairo": "^0.2.0",
"gulp-tap": "^0.1.3",
"iota-array": "^1.0.0",
"mocha": "^2.2.5",
"ndarray-diagonal": "^1.0.0",
"ndarray-ops": "^1.2.2",
"ndarray-scratch": "^1.1.1",
"ndarray-show": "^1.1.1",
"ndarray-tests": "^1.2.3"
},
"dependencies": {
"ndarray": "^1.0.18"
}
}