-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
119 lines (119 loc) · 3.51 KB
/
package.json
File metadata and controls
119 lines (119 loc) · 3.51 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
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"name": "mean-relational",
"description": "M*EAN - A Modern Stack: MySQL, ExpressJS, AngularJS, NodeJS. (BONUS: Passport User Support).",
"version": "0.0.1",
"private": true,
"author": "Ahsan Khan",
"repository": {
"type": "git",
"url": "https://github.com/Creativetech-Solutions/mean-stack-app.git"
},
"engines": {
"node": "4.1.1",
"npm": "2.13.2"
},
"scripts": {
"start": "node node_modules/grunt-cli/bin/grunt",
"test": "node node_modules/grunt-cli/bin/grunt test",
"postinstall": "bower install"
},
"dependencies": {
"@angular/animations": "^4.4.6",
"@angular/common": "^4.4.6",
"@angular/compiler": "^4.4.6",
"@angular/compiler-cli": "^4.4.6",
"@angular/core": "^4.4.6",
"@angular/forms": "^4.4.6",
"@angular/http": "^4.4.6",
"@angular/material": "^2.0.0-beta.12",
"@angular/platform-browser": "^4.4.6",
"@angular/platform-browser-dynamic": "^4.4.6",
"@angular/platform-server": "^4.4.6",
"@angular/router": "^4.4.6",
"angular-dragdrop": "^1.0.13",
"angular-material": "^1.1.5",
"angular-pageslide-directive": "^2.1.4",
"angular-route": "^1.6.6",
"angular-stripe": "^5.0.0",
"angular-ui-router": "^1.0.3",
"angular2": "^2.0.0-beta.21",
"async": "latest",
"bcrypt": "^1.0.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"bower": "^1.8.2",
"cluster": "^0.7.7",
"compression": "^1.7.1",
"connect-flash": "latest",
"connect-multiparty": "^2.1.0",
"cookie-parser": "latest",
"cors": "^2.8.4",
"es6-shim": "^0.35.3",
"express": "^4.16.2",
"express-mysql-session": "^0.4.1",
"express-session": "^1.15.6",
"flag-icon-css": "^2.8.0",
"forever": "latest",
"glob": "^5.0.14",
"hammerjs": "^2.0.8",
"jade": "latest",
"jquery": "^3.2.1",
"jquery-ui": "^1.12.1",
"lodash": "latest",
"method-override": "^2.3.10",
"morgan": "^1.9.0",
"mysql": "^2.15.0",
"node-localstorage": "^1.3.0",
"passport": "~0.2.2",
"passport-facebook": "1.0.3",
"passport-google": "latest",
"passport-local": "1.0.0",
"passport-twitter": "1.0.2",
"proxyquire": "^1.6.0",
"reflect-metadata": "^0.1.2",
"rx": "^4.1.0",
"rxjs": "^5.5.2",
"sequelize": "^3.2.0",
"serve-favicon": "^2.4.5",
"stripe": "^5.1.1",
"typescript": "^2.5.3",
"view-helpers": "latest",
"winston": "^2.4.0",
"zone.js": "^0.8.18"
},
"devDependencies": {
"chai": "^3.2.0",
"connect-modrewrite": "^0.8.2",
"grunt": "latest",
"grunt-cli": "^0.1.13",
"grunt-concurrent": "^2.0.3",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-csslint": "^0.5.0",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-jshint": "latest",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "latest",
"grunt-copy": "^0.1.0",
"grunt-env": "^0.4.4",
"grunt-karma": "^0.12.0",
"grunt-mocha-test": "^0.13.3",
"grunt-ng-annotate": "^1.0.1",
"grunt-nodemon": "latest",
"jasmine-core": "^2.8.0",
"karma": "^0.13.9",
"karma-chrome-launcher": "^0.2.0",
"karma-coffee-preprocessor": "^0.3.0",
"karma-coverage": "^0.5.0",
"karma-firefox-launcher": "^0.1.6",
"karma-html2js-preprocessor": "^0.1.0",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-requirejs": "^0.2.2",
"karma-script-launcher": "^0.1.0",
"load-grunt-tasks": "^3.2.0",
"mocha": "^2.2.5",
"phantomjs": "^1.9.18",
"requirejs": "^2.1.20",
"supertest": "latest"
}
}