-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 848 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 848 Bytes
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
{
"name": "ionic-mathlive",
"version": "1.0.3",
"description": "A Ionic-mathlive math.",
"author": "Mathquizily [Edin adilagic]",
"license": "MIT",
"homepage": "https://mathquizily.github.io/ionic-mathlive/",
"repository": {
"type": "git",
"url": "git+https://github.com/mathquizily/ionic-mathlive.git"
},
"bugs": {
"url": "https://github.com/mathquizily/ionic-mathlive/issues"
},
"keywords": [
"ionic",
"angular",
"ionic-mathlive",
"math-editor",
"ionic/angular",
"math",
"latex",
"katex"
],
"peerDependencies": {
"@angular/common": "^9.1.6",
"@angular/core": "^9.1.6",
"@angular/forms": "^9.1.6",
"@ionic/angular": "^5.2.2",
"mathlive": "^0.35.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}