ubique
Version:
A mathematical and quantitative library for Javascript and Node.js
51 lines (50 loc) • 1.07 kB
JSON
{
"name": "ubique",
"version": "0.5.1",
"date": "2015-09-23",
"author": "Max Todaro <m.todaro.ge@gmail.com>",
"description": "A mathematical and quantitative library for Javascript and Node.js",
"main": "./index",
"contributors": [],
"homepage": "http://maxto.github.io/index.html",
"repository": {
"type": "git",
"url": "https://github.com/maxto/ubique.git"
},
"keywords": [
"mathematic",
"matrix",
"arithmetic",
"statistics",
"linear algebra",
"matlab",
"regression",
"finance",
"quantitative analysis"
],
"scripts": {
"test": "mocha --ui tdd --recursive"
},
"engines": {
"node": ">= 0.11.0"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-util": "^3.0.4",
"mocha": "^2.2.4",
"uglify-js": "^2.4.21",
"webpack": "^1.8.11"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/maxto/ubique/issues"
},
"dependencies": {
"moment": "^2.10.2",
"request": "^2.55.0",
"sync-request": "^2.0.1"
},
"browser": {
"request": false
}
}