forked from fyyyyy/tabloro
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 1.79 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 1.79 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "Tabloro",
"description": "Tabloro. Play ANY board & card game online. Upload your own game. Invite friends & family, save and resume any time.",
"keywords": [
"express",
"mongoose",
"mongodb",
"passport",
"demo"
],
"version": "4.0.0",
"private": false,
"author": "Frank Tree <frankyyyy@glive.com>",
"repository": {
"type": "git"
},
"engines": {
"node": "0.11.13"
},
"scripts": {
"start": "NODE_PATH=./config:./app/controllers:./lib NODE_ENV=development ./node_modules/.bin/nodemon server.js",
"test": "NODE_PATH=./config:./app/controllers:./lib NODE_ENV=test ./node_modules/.bin/mocha --reporter spec --timeout 10000 test/test-*.js"
},
"dependencies": {
"async": "0.9.0",
"body-parser": "1.8.2",
"compression": "1.1.0",
"connect-flash": "0.1.1",
"connect-mongo": "0.8.2",
"cookie-parser": "1.3.3",
"cookie-session": "1.0.2",
"csurf": "1.6.1",
"engine.io": "^1.4.3",
"eureca.io": "^0.6.2",
"express": "4.9.0",
"express-session": "1.8.2",
"forever": "0.11.1",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.2",
"gulp-uglify": "^1.0.2",
"imager": "0.2.7",
"method-override": "3.0.0",
"mongoose": "5.7.8",
"morgan": "1.9.1",
"multer": "0.1.4",
"notifier": "0.1.5",
"passport": "0.2.1",
"passport-facebook": "1.0.3",
"passport-github": "0.1.5",
"passport-google-oauth": "0.1.5",
"passport-linkedin": "0.1.3",
"passport-local": "1.0.0",
"passport-twitter": "1.0.2",
"swig": "1.4.2",
"view-helpers": "0.1.5",
"winston": "0.8.0"
},
"devDependencies": {
"del": "^1.1.0",
"gulp-changed": "^1.1.0",
"gulp-uglify": "^1.0.2",
"mocha": "1.21.4",
"nodemon": "1.2.1",
"should": "4.0.4",
"supertest": "0.13.0"
}
}