-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
60 lines (60 loc) · 1.52 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
{
"name": "tournamenter",
"version": "2.4.3",
"description": "Tournament Event Manager made easy",
"bin": "./bin/tournamenter.js",
"dependencies": {
"async": "^2.0.0-rc.6",
"body-parser": "^1.15.2",
"chalk": "^1.1.3",
"clean-css": "^3.4.18",
"colors": "^1.1.2",
"compression": "^1.6.2",
"concat-files": "^0.1.0",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-alpha.1",
"csurf": "^1.9.0",
"csv-stringify": "^1.0.4",
"ejs": "^0.8.4",
"express": "^4.14.0",
"express-ejs-layouts": "^2.1.0",
"express-session": "^1.13.0",
"forever": "^0.15.2",
"fs-extra": "^0.30.0",
"lodash": "^4.13.1",
"method-override": "^2.3.6",
"morgan": "^1.7.0",
"optimist": "^0.6.1",
"sails-disk": "^0.10.10",
"sails-memory": "^0.9.2",
"sails-mongo": "^0.12.0",
"uglify-js": "^2.6.4",
"waterline": "^0.12.2",
"winston": "^2.2.0"
},
"devDependencies": {},
"scripts": {
"start": "./node_modules/.bin/forever --minUptime=5000 --spinSleepTime=5000 app.js --colors",
"debug": "node debug app.js",
"test": "echo Skipping\\ test..."
},
"main": "app.js",
"author": {
"name": "Ivan Seidel",
"email": "[email protected]",
"url": "https://github.com/ivanseidel"
},
"contributors": [
{
"name": "Marek Suppa"
}
],
"bugs": {
"url": "https://github.com/ivanseidel/tournamenter/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/ivanseidel/tournamenter.git"
},
"license": "MIT"
}