-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
50 lines (50 loc) · 1.13 KB
/
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
44
45
46
47
48
49
50
{
"name": "linear-algebra",
"version": "3.1.4",
"description": "Efficient, high-performance linear algebra library",
"main": "index.js",
"scripts": {
"test": "gulp",
"build": "gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/hiddentao/linear-algebra.git"
},
"keywords": [
"linear",
"algebra",
"math",
"precision",
"float",
"numerical",
"analysis",
"regression",
"machine",
"learning"
],
"author": "Ramesh Nair <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hiddentao/linear-algebra/issues"
},
"homepage": "https://github.com/hiddentao/linear-algebra",
"devDependencies": {
"gulp-uglify": "~0.3.0",
"gulp-expect-file": "0.0.7",
"gulp-mocha": "~0.4.1",
"gulp-jshint": "~1.6.3",
"gulp": "~3.8.1",
"gulp-concat": "~2.2.0",
"run-sequence": "~0.3.6",
"chai": "~1.9.1",
"sinon": "~1.10.2",
"sinon-chai": "~2.5.0",
"add": "~2.0.6",
"gulp-bench": "~1.0.3",
"gulp-replace": "~0.4.0",
"coffee-script": "~1.7.1",
"sylvester": "0.0.21",
"linalg": "~0.3.2"
}
}