UNPKG

448 BJSONView Raw
1{
2 "name": "rlab",
3 "version": "0.1.3",
4 "description": "Javascript scientific library like R based on lodash",
5 "main": "rlab.js",
6 "dependencies": {
7 "jStat": "^1.5.2",
8 "lodash": "^4.6.1",
9 "numeric": "^1.2.6"
10 },
11 "devDependencies": {},
12 "scripts": {
13 "start": "node rserver.js"
14 },
15 "repository": {},
16 "keywords": [],
17 "author": "ccckmit",
18 "license": "BSD-3-Clause",
19 "homepage": "https://github.com/ccckmit/rlab"
20}