lomath
Version:
Lomath is a tensorial math library extended from lodash.
58 lines (57 loc) • 1.25 kB
JSON
{
"name": "lomath",
"version": "0.3.0",
"description": "Lomath is a tensorial math library extended from lodash.",
"main": "index.js",
"scripts": {
"start": "node demo/demo.js",
"test": "istanbul cover ./node_modules/.bin/_mocha -x **/chart/** -- -u tdd -R spec"
},
"repository": {
"type": "git",
"url": "https://github.com/kengz/lomath.git"
},
"dependencies": {
"lodash": "latest"
},
"devDependencies": {
"browser-sync": "^2.7.12",
"browserify": "^10.2.4",
"chai": "^3.0.0",
"coveralls": "^2.11.2",
"dokker": "^0.1.0",
"glob": "^5.0.10",
"gulp": "^3.9.0",
"gulp-inject": "^1.3.1",
"istanbul": "^0.3.15",
"mocha": "^2.2.5",
"mocha-lcov-reporter": "0.0.2",
"q": "^1.4.1",
"through2": "^2.0.0",
"vinyl-source-stream": "^1.1.0"
},
"keywords": [
"lomath",
"lodash",
"math",
"data",
"analysis",
"analytics",
"visualization",
"plot",
"graph",
"chart",
"highcharts",
"live",
"preview",
"R",
"javascript",
"js"
],
"author": "kengz <kengzwl@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kengz/lomath/issues"
},
"homepage": "https://github.com/kengz/lomath"
}