mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +08:00
* Re-orgainze files and folders in the repository
* updating DIRECTORY.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
18 lines
333 B
JSON
18 lines
333 B
JSON
{
|
|
"name": "linear-algebra-javascript",
|
|
"version": "1.0.0",
|
|
"description": "simple linear algebra library for JavaScript",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha"
|
|
},
|
|
"author": "Christian Bender",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"mocha": "^5.0.2"
|
|
}
|
|
}
|