-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
39 lines (39 loc) · 882 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
35
36
37
38
39
{
"name": "mdlt",
"version": "0.0.4",
"description": "A command-line utility for quick math.",
"main": "mdlt.js",
"scripts": {
"test": "node mdlt.js derive x^2",
"package": "pkg -t node6-macos-x64,node6-linux-x86,node6-win-x86 --out-dir build mdlt.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metadelta/mdlt.git"
},
"keywords": [
"metadelta",
"cas",
"calculus",
"math",
"algebra",
"trigonometry",
"science"
],
"author": "Gerald Nash (aunyks.com) <g.nash.dev@gmail.com>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/metadelta/mdlt/issues"
},
"preferGlobal": true,
"bin": {
"mdlt": "mdlt.js"
},
"homepage": "https://github.com/metadelta/mdlt#readme",
"dependencies": {
"@metadelta/core": "^1.1.1"
},
"devDependencies": {
"pkg": "^3.0.0"
}
}