-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
46 lines (46 loc) · 1.14 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
38
39
40
41
42
43
44
45
46
{
"name": "jinora",
"version": "2.1.1",
"description": "Jinora is a public chat application for a slack team that lets anonymous users talk to the entire team.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "./node_modules/.bin/bower install && ./node_modules/.bin/coffee -bc public/*.coffee"
},
"repository": {
"type": "git",
"url": "[email protected]:captn3m0/jinora.git"
},
"keywords": [
"jinora",
"slack",
"chat",
"olark",
"public",
"chat"
],
"author": "Abhay Rana <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/captn3m0/jinora/issues"
},
"homepage": "https://github.com/captn3m0/jinora",
"dependencies": {
"CBuffer": "^0.1.5",
"bower": "^1.3.12",
"coffee-script": "^1.8.0",
"dotenv": "^0.4.0",
"express-session": "^1.17.2",
"express.io": "^1.1.13",
"platform": "^1.3.1",
"request": "^2.65.0",
"sanitize-html": "^1.14.1",
"showdown": "^1.7.6",
"showdown-htmlescape": "^0.1.9",
"slack": "^11.0.2",
"ws": "^7.4.6"
},
"engines": {
"node": "4.8.5"
}
}