-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 815 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 815 Bytes
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
{
"name": "betaworld-server",
"preferGlobal": true,
"version": "0.0.0",
"author": "Def Method <bunchofbuzzards@gmail.com>",
"description": "LifeOnBetaworld.com Server",
"bin": {
"betaworld-server": "./binaries/betaworld-server.bin.js"
},
"scripts": {
"start": "nomen"
},
"main": "./lib/betaworld-server.lib.js",
"dependencies": {
"express": "3.4.x",
"stylus": "0.38.x",
"nib": "1.0.x",
"lodash": "2.2.x",
"redis": "0.8.x",
"hiredis": "0.1.x",
"hamljs": "0.6.x",
"consolidate": "0.9.x",
"jade": "0.35.x",
"marked": "0.3.0"
},
"devDependencies": {
"gulp": "^3.6.2",
"gulp-jade": "^0.5.0",
"gulp-stylus": "^1.0.0",
"gulp-minify-html": "^0.1.3",
"gulp-uglify": "^0.2.1",
"nib": "^1.0.2",
"gulp-clean": "^0.2.4"
}
}