-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·94 lines (94 loc) · 2.61 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
85
86
87
88
89
90
91
92
93
94
{
"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": "6.11.1",
"npm": "3.10.10"
},
"scripts": {
"start": "gulp",
"test": "gulp coveralls",
"test:karma": "karma start karma.conf.js"
},
"dependencies": {
"async": "^0.2.10",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.26.0",
"bcryptjs": "^1.0.5",
"bower": "^1.3.12",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"console-stamp": "^0.1.6",
"dotenv": "^4.0.0",
"express": "^3.4.8",
"forever": "^0.15.3",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-bower": "0.0.13",
"gulp-concat": "^2.6.1",
"gulp-coverage": "^0.3.38",
"gulp-coveralls": "^0.1.4",
"gulp-exit": "0.0.2",
"gulp-inject-modules": "^1.0.0",
"gulp-istanbul": "^1.1.2",
"gulp-jasmine": "^2.4.2",
"gulp-jasmine-node": "^1.0.7",
"gulp-jshint": "^2.0.4",
"gulp-livereload": "^3.8.1",
"gulp-load-plugins": "^1.5.0",
"gulp-mocha": "^4.3.1",
"gulp-nodemon": "^2.2.1",
"gulp-sass": "^3.1.0",
"jade": "~0.35.0",
"jsonwebtoken": "^7.4.3",
"mean-logger": "~0.0.1",
"mongoose": "^4.1.9",
"nodemailer": "^4.1.0",
"passport": "^0.1.18",
"passport-facebook": "~2.0.0",
"passport-github": "~0.1.5",
"passport-google-oauth": "~0.1.5",
"passport-local": "~0.1.6",
"passport-twitter": "~1.0.2",
"sinon": "~1.7.3",
"socket.io": "~0.9.16",
"socket.io-client": "~0.9.16",
"underscore": "~1.5.2",
"validator": "^8.1.0",
"view-helpers": "~0.1.3"
},
"devDependencies": {
"@uirouter/angularjs": "^1.0.6",
"angular": "^1.6.6",
"angular-mocks": "^1.6.6",
"babel-eslint": "^7.2.3",
"eslint": "^4.5.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-config-airbnb-base": "^11.3.2",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.3.0",
"grunt": "~0.4.1",
"grunt-concurrent": "~0.4.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-sass": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",
"grunt-mocha-test": "~0.7.0",
"grunt-nodemon": "~0.1.1",
"jasmine-core": "^2.7.0",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^1.1.0",
"karma-spec-reporter": "0.0.31",
"should": "~1.3.0",
"supertest": "~0.8.0"
}
}