-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 850 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 850 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
{
"name": "mathworkers",
"version": "1.2.1",
"main": "dist/mathworkers.min.js",
"description": "A parallel JavaScript math and statistics library built around HTML5 Web Workers and Node.js cluster.",
"repository": {
"type": "git",
"url": "git://github.com/awlange/mathworkers.git"
},
"keywords": [
"mathworkers",
"parallel",
"cluster",
"web workers",
"math",
"mathematics",
"statistics",
"vector",
"matrix"
],
"author": "Adrian W. Lange <adrian.w.lange@gmail.com>",
"license": "Apache v2.0",
"readmeFilename": "README.md",
"dependencies": {},
"devDependencies": {
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-uglify": "~0.2.4",
"grunt": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-qunit": "~0.3.0"
}
}