-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 943 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
{
"name": "mathjs-mathml",
"version": "0.3.3",
"description": "Translation of mathjs object to MathML",
"main": "src/index.js",
"scripts": {
"test": "mocha test --recursive",
"test:cov": "nyc --reporter=lcov npm run test",
"coveralls": "nyc --reporter=text-lcov npm run test | coveralls"
},
"keywords": [
"mathjs",
"MathML",
"XML"
],
"repository": {
"type": "git",
"url": "git+https://github.com/insysbio/mathjs-mathml.git"
},
"contributors": [
"Evgeny Metelkin",
"Victoria Tkachenko"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/insysbio/mathjs-mathml/issues"
},
"homepage": "https://github.com/insysbio/mathjs-mathml#readme",
"dependencies": {},
"peerDependencies": {
"mathjs": ">= 5"
},
"devDependencies": {
"chai": "^4.2.0",
"coveralls": "^3.0.7",
"mathjs": "^12.1.0",
"mocha": "^7.2.0",
"nyc": "^14.1.1"
}
}