UNPKG

655 BJSONView Raw
1{
2 "name": "rlab",
3 "version": "0.1.7",
4 "description": "Javascript scientific library like R based on lodash",
5 "main": "rlab.js",
6 "dependencies": {
7 "express": "^4.13.4",
8 "jStat": "^1.5.2",
9 "lodash": "^4.6.1",
10 "numeric": "^1.2.6",
11 "serve-index": "^1.7.3"
12 },
13 "devDependencies": {},
14 "scripts": {
15 "start": "node rserver.js"
16 },
17 "bin": {
18 "rserver": "bin/rserver.js"
19 },
20 "repository": {},
21 "keywords": [
22 "R",
23 "Matlab",
24 "Scientific Computing",
25 "Statistics",
26 "Probability",
27 "Matrix"
28 ],
29 "author": "ccckmit",
30 "license": "BSD-3-Clause",
31 "homepage": "https://github.com/ccckmit/rlab"
32}