forked from sdslabs/jinora
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 974 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
37
38
39
{
"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 -c 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.io": "^1.1.13",
"slack-utils": "^0.2.0"
},
"engines": {
"node": "0.10.x"
}
}