UNPKG

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