UNPKG

821 BJSONView Raw
1{
2 "name": "rlab",
3 "version": "0.7.1",
4 "description": "Javascript scientific library like R",
5 "main": "rlab.js",
6 "dependencies": {
7 "algebrite": "^0.2.23",
8 "coffeequate": "^1.2.2",
9 "jStat": "^1.5.2",
10 "lodash": "^4.6.1",
11 "numeric": "^1.2.6"
12 },
13 "devDependencies": {
14 "browserify": "^13.0.0"
15 },
16 "scripts": {
17 "build-web": "browserify web/_rlab.js -o web/rlab.js"
18 },
19 "bin": {},
20 "keywords": [
21 "R",
22 "Matlab",
23 "Scientific Computing",
24 "Statistics",
25 "Probability",
26 "Matrix"
27 ],
28 "homepage": "https://github.com/ccckmit/rlab",
29 "repository": {
30 "type": "git",
31 "url": "http://github.com/ccckmit/rlab.git"
32 },
33 "author": {
34 "name": "Chung-Chen Chen",
35 "email": "ccckmit@gmail.com",
36 "url": "http://ccc.nqu.edu.tw"
37 },
38 "license": "MIT"
39}