mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +08:00
Javascript/Math: editing file name
This commit is contained in:
17
Linear-Algebra-Javascript/package.json
Normal file
17
Linear-Algebra-Javascript/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user