forked from Experience-Monks/math-as-code
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 889 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
40
41
42
43
44
{
"name": "math-as-code",
"version": "1.0.0",
"description": "a reference for mathematical notation in code form",
"main": "index.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "[email protected]",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"math-trunc": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "node test.js"
},
"keywords": [
"learning",
"math",
"mathematical",
"notation",
"symbol",
"symbols",
"cheat",
"sheet",
"cheatsheet",
"help",
"guide",
"walkthrough",
"tutorial",
"mathematics",
"language"
],
"repository": {
"type": "git",
"url": "git://github.com/Jam3/math-as-code.git"
},
"homepage": "https://github.com/Jam3/math-as-code",
"bugs": {
"url": "https://github.com/Jam3/math-as-code/issues"
}
}