rlab
Version:
Javascript scientific library like R
40 lines (39 loc) • 822 B
JSON
{
"name": "rlab",
"version": "1.0.0",
"description": "Javascript scientific library like R",
"main": "rlab.js",
"dependencies": {
"algebrite": "^0.2.23",
"coffeequate": "^1.2.2",
"jStat": "^1.5.2",
"lodash": "^4.16.4",
"numeric": "^1.2.6"
},
"devDependencies": {
"browserify": "^13.0.0"
},
"scripts": {
"build-web": "browserify web/_rlab.js -o web/rlab.js"
},
"bin": {},
"keywords": [
"R",
"Matlab",
"Scientific Computing",
"Statistics",
"Probability",
"Matrix"
],
"homepage": "https://github.com/ccckmit/rlab",
"repository": {
"type": "git",
"url": "http://github.com/ccckmit/rlab.git"
},
"author": {
"name": "Chung-Chen Chen",
"email": "ccckmit@gmail.com",
"url": "http://ccc.nqu.edu.tw"
},
"license": "MIT"
}