-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 KB
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
{
"name": "bazalt-server",
"version": "0.0.0",
"description": "Server of Bazalt",
"main": "index.js",
"scripts": {
"start": "node index.js",
"watch": "./run-script.sh watch",
"build": "./run-script.sh build",
"cache-clear": "./run-script.sh cache-clear",
"cache-clear-all": "./run-script.sh cache-clear-all"
},
"author": "Tacyniak Boris <boris.tacyniak@free.fr> (http://www.bazalt.io/)",
"license": "ISC",
"dependencies": {
"babel-cli": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"babelify": "^7.2.0",
"bcrypt": "^0.8.5",
"browserify": "^11.2.0",
"compression": "^1.6.1",
"express": "^4.13.4",
"express-winston": "^1.2.0",
"metroplex": "^1.0.0",
"mongodb": "^2.2.10",
"mysql": "^2.10.2",
"omega-supreme": "^1.0.0",
"permessage-deflate": "^0.1.3",
"primus": "^4.0.5",
"primus-cluster": "^1.1.0",
"primus-rooms": "^3.4.1",
"redis": "^2.6.0-1",
"require-all": "^2.0.0",
"sockjs": "^0.3.18",
"uglify-js": "^2.4.24",
"watchify": "^3.4.0",
"winston": "^2.1.1"
},
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.5.1",
"babel-preset-es2015": "^6.5.0"
}
}