Re-orgainze files and folders in the repository (#172)

* Re-orgainze files and folders in the repository

* updating DIRECTORY.md

Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
This commit is contained in:
vinayak
2020-05-18 11:10:07 +05:30
committed by GitHub
parent e4f02a4528
commit 9000e1caaa
13 changed files with 14 additions and 354 deletions

View File

@@ -0,0 +1,17 @@
{
"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"
}
}