-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
36 lines (36 loc) · 844 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
{
"name": "slacktex",
"version": "0.2.0",
"description": "An API for integrating LaTeX equations into Slack",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/forever server.js",
"preinstall": "./configure",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/bjester/slacktex.git"
},
"keywords": [
"latex",
"slack",
"math",
"equations"
],
"author": "Blaine Jester",
"license": "MIT",
"bugs": {
"url": "https://github.com/bjester/slacktex/issues"
},
"homepage": "https://github.com/bjester/slacktex",
"dependencies": {
"config": "^1.13.0",
"deferred": "^0.7.2",
"forever": "^0.14.1",
"fs-extra": "^0.18.2",
"hapi": "^8.4.0",
"joi": "^6.4.1",
"js-md5": "^0.3.0"
}
}