UNPKG

j6

Version:

Javascript scientific library (like R, NumPy, Matlab)

42 lines (41 loc) 864 B
{ "name": "j6", "version": "1.0.2", "description": "Javascript scientific library (like R, NumPy, Matlab)", "main": "lib/j6.js", "dependencies": { "algebrite": "^0.2.23", "jStat": "^1.5.2", "lodash": "^4.16.4", "numeric": "^1.2.6" }, "devDependencies": { "browserify": "^13.0.0", "koa": "^2.2.0", "koa-static": "^3.0.0" }, "scripts": { "build-web": "browserify web/_j6.js -o web/j6.js", "test": "mocha", "start": "node server" }, "bin": {}, "keywords": [ "R", "Matlab", "Scientific Computing", "Statistics", "Probability", "Matrix" ], "homepage": "https://github.com/ccckmit/j6", "repository": { "type": "git", "url": "http://github.com/ccckmit/j6.git" }, "author": { "name": "Chung-Chen Chen", "email": "ccckmit@gmail.com" }, "license": "MIT" }