-
-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 730 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 730 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
{
"name": "remarkable-katex",
"version": "1.2.2",
"description": "Plugin for Remarkable to process embedded math expressions in Markdown text.",
"main": "index.js",
"homepage": "https://github.com/bradhowes/remarkable-katex",
"keywords": [
"remarkable",
"katex",
"latex",
"markdown"
],
"author": {
"name": "Brad Howes",
"email": "bradhowes@mac.com",
"url": "https://keystrokecountdown.com"
},
"license": "MIT",
"devDependencies": {
"katex": "0",
"remarkable": "2",
"vows": "0"
},
"repository": {
"type": "git",
"url": "git://github.com/bradhowes/remarkable-katex.git"
},
"scripts": {
"test": "node_modules/vows/bin/vows --spec index.test.js"
}
}