UNPKG

389 BJSONView Raw
1{
2 "name": "rlab",
3 "version": "0.0.6",
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 },
10 "devDependencies": {},
11 "scripts": {},
12 "repository": {},
13 "keywords": [],
14 "author": "ccckmit",
15 "license": "BSD-3-Clause",
16 "homepage": "https://github.com/ccckmit/rlab"
17}