UNPKG

414 BJSONView Raw
1{
2 "name": "rlab",
3 "version": "0.0.8",
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 "repository": {},
14 "keywords": [],
15 "author": "ccckmit",
16 "license": "BSD-3-Clause",
17 "homepage": "https://github.com/ccckmit/rlab"
18}