-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
37 lines (37 loc) · 1.27 KB
/
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
{
"name": "github-mathml",
"private": true,
"version": "1.4.0",
"description": "iA Writer template with support for Math",
"license": "MIT",
"author": "Jonas Hermsmeier <[email protected]> (https://jhermsmeier.de)",
"keywords": [
"iawriter",
"ia",
"writer",
"math",
"template"
],
"main": "index.js",
"dependencies": {},
"devDependencies": {
"generate-github-markdown-css": "^4.0.0"
},
"peerDependencies": {},
"optionalDependencies": {},
"homepage": "https://github.com/jhermsmeier/github-math-iatemplate",
"repository": {
"type": "git",
"url": "https://github.com/jhermsmeier/github-math-iatemplate.git"
},
"bugs": {
"url": "https://github.com/jhermsmeier/github-math-iatemplate/issues"
},
"scripts": {
"style": "github-markdown-css > Contents/Resources/github-markdown.css",
"iatemplate": "rm -r build/github-mathml.iatemplate; mkdir -p build/github-mathml.iatemplate; cp -r ./Contents build/github-mathml.iatemplate/",
"zip": "rm build/GitHub-MathML.zip; zip -r -9 build/GitHub-MathML.zip build/github-mathml.iatemplate/ -x build/github-mathml.iatemplate/**/.DS_Store",
"bundle": "npm run iatemplate; npm run zip",
"postinstall": "npm run iatemplate; open build/github-mathml.iatemplate"
}
}