lomath
Version:
Lomath is a tensorial math library extended from lodash.
23 lines (22 loc) • 516 B
JSON
{
"dir": "docs",
"literate": {
"source": "index.js",
"dir": "annotated"
},
"jsdoc": {
"title": "lomath.js",
"source": "index.js",
"markdown": "README.md",
"html": "index.html",
"readme": "README.md",
"template": "templates/index.ejs.html",
"github": "https://github.com/kengz/lomath/blob/master/index.js"
},
"mocha": {
"command": "mocha -u tdd --reporter doc",
"test": "test/test.js",
"path": "tests.html",
"template": "templates/tests.ejs.html"
}
}