forked from MarufHasan24/mathlib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 827 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "mathlib-n",
"title": "mathlib",
"author": "Maruf Hasan",
"main": "index.js",
"license": "MIT",
"version": "4.0.31-beta",
"description": "a math library for node.js",
"keywords": [
"math",
"mathlib-n",
"mathLib",
"math library",
"mathlib",
"mathlibjs",
"mathjs",
"math.js",
"math.js library",
"nodejs"
],
"scripts": {
"test": "echo \"mathLib-n version 4.0.31-beta\" && node ./test/basic",
"fix-memo": "node ./.workplace/fix_memo",
"mode": "node ./.workplace/modechanger"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarufHasan24/mathlib.git"
},
"bugs": {
"url": "https://github.com/MarufHasan24/mathlib/tree/master/issues"
},
"homepage": "https://github.com/MarufHasan24/mathlib/tree/master#readme"
}