-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.14 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
{
"name": "society-suite",
"version": "1.0.0",
"description": "A set of tools designed to enable a better management of fut7/society leagues",
"main": "index.js",
"scripts": {
"dev": "node app.js",
"create_database": "node scripts/create_database_schema.js",
"create_users": "node scripts/create_users.js",
"authorize_classifications": "node scripts/enable_weekly_classifications.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/offthread/society-suite.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/offthread/society-suite/issues"
},
"homepage": "https://github.com/offthread/society-suite#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.6",
"express": "^4.15.2",
"express-session": "^1.15.1",
"morgan": "^1.8.1",
"mysql": "^2.13.0",
"node-crontab": "0.0.8",
"passport": "^0.3.2",
"passport-local": "^1.0.0"
},
"engines": {
"node": "4.2.6"
}
}