forked from shri-2015-org/shriek
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.7 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "Shriek",
"version": "0.1.0",
"description": "Yet another chat for Yandex Frontend School",
"homepage": "http://128.199.39.245/",
"bugs": {
"url": "https://github.com/shri-2015-org/shriek/issues"
},
"scripts": {
"postinstall": "bower install && gulp bower sass build",
"start": "node index.js",
"test": "echo \"Error: no test specified\""
},
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/shri-2015-org/shriek.git"
},
"dependencies": {
"alt": "^0.17.3",
"bower": "^1.5.2",
"browserify": "^11.1.0",
"chai": "*",
"classnames": "^2.1.3",
"express": "4.10.2",
"express-session": "^1.11.3",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.0.0",
"gulp-bower": "0.0.10",
"gulp-concat": "^2.5.2",
"gulp-cssnano": "^2.0.0",
"gulp-sass": "^2.0.4",
"jshint": "^2.8.0",
"mocha": "*",
"mongoose": "4.1.6",
"nconf": "0.7.2",
"passport": "^0.3.0",
"passport-github2": "^0.1.9",
"passport-google-oauth": "^0.2.0",
"passport-twitter": "^1.0.3",
"browserify-resolutions": "^1.0.6",
"react": "^0.14.0",
"react-addons-css-transition-group": "^0.14.0",
"react-dom": "^0.14.0",
"reactify": "^1.1.1",
"shriek-emoji": "^1.0.3",
"shriek-markdown": "^0.2.2",
"shriek-opengraph": "^0.1.4",
"shriek-webrtc": "^0.1.3",
"socket.io": "1.3.6",
"socket.io-client": "*",
"transliteration": "^0.1.1",
"vinyl-fs": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"wiredep": "^3.0.0-beta"
},
"devDependencies": {
"ghooks": "^0.3.2"
},
"config": {
"ghooks": {
"pre-commit": "sh ./git-hooks/pre-commit"
}
}
}