-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
84 lines (84 loc) · 2.4 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "cardsforhumanity",
"description": "A Game For Horrible People Desperately Trying To Do Good",
"version": "1.0.0",
"private": false,
"author": "cardsforhumanity",
"repository": {
"type": "git",
"url": "https://github.com/cardsforhumanity/cardsforhumanity.git"
},
"engines": {
"node": "7.2.1",
"npm": "4.0.3"
},
"scripts": {
"start": "node node_modules/gulp-cli/bin/gulp",
"test": "./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/gulp test",
"coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"postinstall": "node node_modules/gulp-cli/bin/gulp install"
},
"dependencies": {
"async": "~2.1.4",
"bcryptjs": "~2.4.0",
"body-parser": "^1.15.2",
"bower": "~1.8.0",
"browser-sync": "^2.18.5",
"compression": "^1.6.2",
"connect-flash": "^0.1.1",
"connect-mongo": "~1.3.2",
"console-stamp": "~0.2.4",
"cookie-parser": "^1.4.3",
"coveralls": "^2.11.15",
"dotenv": "^2.0.0",
"express": "~4.14.0",
"express-session": "^1.14.2",
"forever": "latest",
"gulp": "^3.9.1",
"gulp-bower": "0.0.13",
"gulp-bundle-assets": "^2.27.1",
"gulp-clean-css": "^2.3.2",
"gulp-cli": "^1.2.2",
"gulp-jshint": "^2.0.4",
"gulp-livereload": "^3.8.1",
"gulp-mocha": "^3.0.1",
"gulp-nodemon": "^2.2.1",
"gulp-sass": "^3.0.0",
"jasmine-core": "^2.5.2",
"jsonwebtoken": "^7.2.1",
"karma": "^1.3.0",
"mean-logger": "~0.0.1",
"method-override": "^2.3.7",
"mongoose": "~4.7.5",
"morgan": "^1.7.0",
"passport": "~0.3.2",
"passport-facebook": "~2.1.1",
"passport-github": "~1.1.0",
"passport-google-oauth": "~1.0.0",
"passport-local": "~1.0.0",
"passport-twitter": "~1.0.2",
"pug": "^2.0.0-beta6",
"serve-favicon": "^2.3.2",
"sinon": "~1.17.7",
"socket.io": "~1.7.2",
"socket.io-client": "~1.7.2",
"underscore": "~1.8.3",
"view-helpers": "^0.1.5"
},
"devDependencies": {
"eslint": "^3.12.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-promise": "^3.4.0",
"eslint-plugin-standard": "^2.0.1",
"istanbul": "^0.4.5",
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-jasmine": "^1.1.0",
"mocha": "^3.1.2",
"should": "~11.1.2",
"standard": "^8.6.0",
"supertest": "~2.0.1"
}
}