This repository has been archived by the owner on Jun 27, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
101 lines (101 loc) · 2.85 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
95
96
97
98
99
100
101
{
"name": "seanjs",
"description": "Full-Stack Javascript with SequelizeJS, ExpressJS, AngularJS, and NodeJS",
"version": "0.0.1",
"seanjs-version": "0.0.43",
"private": false,
"author": "https://github.com/seanjs-stack/seanjs/graphs/contributors",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/seanjs-stack/seanjs.git"
},
"engines": {
"node": ">=0.10.28",
"npm": ">=1.4.28"
},
"scripts": {
"start": "grunt",
"test": "grunt test",
"postinstall": "bower install --config.interactive=false"
},
"dependencies": {
"acl": "~0.4.4",
"async": "^2.4.1",
"body-parser": "^1.17.2",
"bower": "^1.7.1",
"brace-expansion": "^1.1.8",
"chalk": "^1.1.1",
"compression": "^1.5.0",
"connect-flash": "~0.1.1",
"connect-redis": "^3.3.0",
"consolidate": "~0.14.5",
"cookie-parser": "^1.3.2",
"crypto": "0.0.3",
"express": "^4.15.3",
"express-session": "^1.15.3",
"forever": "^0.15.1",
"glob": "^7.1.2",
"helmet": "^3.6.1",
"jasmine-core": "^2.6.2",
"lodash": "^4.17.4",
"method-override": "^2.3.9",
"mocha": "^3.4.2",
"morgan": "^1.8.2",
"multer": "^1.1.0",
"mysql2": "^1.3.4",
"nodemailer": "^4.0.1",
"owasp-password-strength-test": "^1.3.0",
"passport": "^0.3.2",
"passport-facebook": "^2.0.0",
"passport-github": "^1.0.0",
"passport-google-oauth": "~1.0.0",
"passport-linkedin": "^1.0.0",
"passport-local": "^1.0.0",
"passport-paypal-openidconnect": "^0.1.1",
"passport-twitter": "^1.0.2",
"pg": "^6.2.4",
"pg-hstore": "^2.3.2",
"phantomjs": ">=1.9.0",
"redis": "^2.4.2",
"request": "^2.81.0",
"sequelize": "^4.1.0",
"serve-favicon": "^2.4.3",
"socket.io": "^2.0.3",
"swig": "^1.4.2",
"validator": "^7.0.0",
"winston": "^2.1.0"
},
"devDependencies": {
"coveralls": "^2.11.6",
"grunt": "0.4.5",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^2.0.0",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-csslint": "^0.5.0",
"grunt-contrib-cssmin": "~0.14.0",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-less": "^1.0.1",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "~0.4.4",
"grunt-karma": "~0.12.1",
"grunt-mocha-test": "~0.12.7",
"grunt-ng-annotate": "^1.0.1",
"grunt-nodemon": "~0.4.1",
"grunt-protractor-runner": "^3.0.0",
"grunt-sass": "^1.1.0",
"karma": "^0.13.15",
"karma-chrome-launcher": "~0.2.2",
"karma-coverage": "~0.5.3",
"karma-firefox-launcher": "~0.1.6",
"karma-jasmine": "~0.3.6",
"karma-ng-html2js-preprocessor": "^0.2.0",
"karma-phantomjs-launcher": "~0.2.0",
"load-grunt-tasks": "^3.2.0",
"run-sequence": "^1.1.1",
"should": "^8.0.2",
"supertest": "^1.0.1"
}
}