forked from ForNeVeR/Kaiwa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.61 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "kaiwa.im",
"description": "Kaiwa: XMPP Client in the Browser",
"version": "1.1.0",
"browser": {
"crypto": "crypto-browserify"
},
"scripts": {
"compile": "gulp compile",
"start": "node ./src/server.js",
"devel-nix": "gulp watch & node ./src/server.js",
"devel-win": "powershell -Command \"Start-Process -NoNewWindow gulp watch; Start-Process -NoNewWindow -Wait node ./src/server.js\""
},
"dependencies": {
"@lukekarrys/jade-runtime": "1.11.1",
"andlog": "1.0.0",
"attachmediastream": "1.3.5",
"backbone": "1.0.0",
"bluebird": "^2.3.2",
"body-parser": "1.14.0",
"bows": "1.4.8",
"buffer": "^3.5.5",
"crypto-browserify": "",
"express": "4.13.3",
"getusermedia": "1.3.5",
"git-rev": "^0.2.1",
"human-model": "2.6.2",
"human-view": "1.8.0",
"indexeddbshim": "^2.2.1",
"jade": "1.11.0",
"jquery": "^2.2.2",
"json-loader": "^0.5.4",
"node-uuid": "^1.4.1",
"notify.js": "0.0.3",
"semi-static": "1.0.0",
"serve-static": "1.10.0",
"sound-effect-manager": "1.0.1",
"stanza.io": "^8.0.1",
"staydown": "1.2.4",
"sugar-date": "^1.5.1",
"templatizer": "^2.0.2",
"underscore": "1.8.3",
"wildemitter": "^1.0.1"
},
"license": "MIT",
"main": "src/server.js",
"private": true,
"repository": {
"type": "git",
"url": "git@github.com:ForNeVeR/kaiwa.git"
},
"devDependencies": {
"async": "^1.4.2",
"babel-core": "^6.3.10",
"babel-loader": "^6.2.0",
"babel-plugin-syntax-async-functions": "^6.1.18",
"babel-plugin-syntax-decorators": "^6.1.18",
"babel-plugin-transform-decorators": "^6.0.2",
"babel-plugin-transform-es2015-block-scoping": "^6.3.13",
"babel-plugin-transform-runtime": "^6.3.13",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-preset-stage-1": "^6.3.13",
"babel-runtime": "^6.3.13",
"browserify": "^11.1.0",
"exports-loader": "^0.6.2",
"expose-loader": "^0.7.1",
"gulp": "^3.9.0",
"gulp-batch": "^1.0.5",
"gulp-concat": "^2.6.0",
"gulp-concat-css": "^2.2.0",
"gulp-jade": "^1.1.0",
"gulp-minify-css": "^1.2.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-stylus": "^2.0.6",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"imports-loader": "^0.6.5",
"jade-loader": "^0.8.0",
"lodash": "^3.10.1",
"merge-stream": "^1.0.0",
"mkdirp": "^0.5.1",
"ts-loader": "^0.7.2",
"typescript": "^1.7.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.12.9",
"webpack-stream": "^3.1.0"
}
}