-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 860 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 860 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
{
"name": "emacs-math-speak",
"version": "0.1.0",
"description": "Math extension for Emacspeak",
"main": "math-server.js",
"scripts": {
"postinstall": "rm node_modules/speech-rule-engine/lib/sre.js; cd node_modules/speech-rule-engine/lib/; ln -s ../../../sre.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/speech-rule-engine/emacs-math-speak.git"
},
"keywords": [
"Maths",
"Emacspeak",
"A11Y"
],
"author": "Volker Sorge <Volker.Sorge@gmail.com> (http://www.cs.bham.ac.uk/~vxs)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/speech-rule-engine/emacs-math-speak/issues"
},
"homepage": "https://github.com/speech-rule-engine/emacs-math-speak#readme",
"dependencies": {
"net": ">=1.0.2",
"mathjax-node": ">=0.5.1",
"speech-rule-engine": ">=1.0.0"
}
}