-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 823 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
{
"name": "mathembed",
"version": "1.0.0",
"description": "oEmbed provider app that lets you embed LaTeX equations in your website",
"main": "app.js",
"scripts": {
"test": "nodemon --debug-brk app.js",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeOfRobin/MathEmbed.git"
},
"keywords": [
"LaTeX",
"node"
],
"author": "Robin Malhotra",
"license": "MIT",
"bugs": {
"url": "https://github.com/codeOfRobin/MathEmbed/issues"
},
"homepage": "https://github.com/codeOfRobin/MathEmbed#readme",
"dependencies": {
"body-parser": "^1.15.1",
"ejs": "^2.4.1",
"express": "^4.13.4",
"express-handlebars": "^3.0.0",
"jade": "^1.11.0",
"katex": "^0.6.0",
"morgan": "^1.7.0",
"url": "^0.11.0"
}
}