-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
211 lines (211 loc) · 6.89 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
{
"name": "meanstackjs",
"version": "1.11.0",
"description": "Mean Stack JS is an enterprise ready full stack JavaScript solution using MongoDB, ExpressJs, AngularJs, and NodeJs. Providing a simple project structure to quickly build prototypes into production ready applications for modern agile development teams.",
"main": "index.js",
"standard": {
"globals": [
"angular",
"toastr",
"moment",
"self",
"_",
"describe",
"it",
"__dirname",
"localStorage",
"io",
"expect",
"inject",
"beforeEach",
"before",
"afterEach",
"after",
"screen"
],
"ignore": [
"commands/template/",
"commands/blank/",
"database/",
"downloads/",
"backups/",
"tools/"
]
},
"scripts": {
"test": "npm run mocha && npm run karma && npm run e2e && npm run e2e:concat && npm run e2e:minify && npm run lint",
"e2e": "node_modules/.bin/cross-env MINIFY=default node_modules/.bin/nightwatch",
"e2e:concat": "node_modules/.bin/cross-env MINIFY=concat node_modules/.bin/nightwatch",
"e2e:minify": "node_modules/.bin/cross-env MINIFY=minify node_modules/.bin/nightwatch",
"mocha": "node_modules/.bin/mocha tests/unit/mocha.test.js --exit ",
"karma": "node_modules/.bin/karma start tests/unit/karma.test.js",
"lint": "node_modules/.bin/standard",
"lint:fix": "node_modules/.bin/standard --fix",
"postinstall": "node scripts/postinstall.js",
"start": "node index.js",
"start:debug": "node debug index.js",
"start:inspect": "node --inspect index.js",
"start:watch": "node_modules/.bin/cross-env NODE_ENV=development node_modules/.bin/nodemon index.js",
"start:test": "node_modules/.bin/cross-env NODE_ENV=test node index.js",
"start:nightwatch": "node_modules/.bin/cross-env NODE_ENV=nightwatch node index.js",
"start:production": "node_modules/.bin/cross-env NODE_ENV=production node index.js",
"cli": "node commands/cli.js",
"generate-ssl-certs": "bash scripts/generate-ssl-certs.sh ",
"processes:linux": "ps -ef | grep 'node index.js'",
"processes:linux:kill": "ps -ef | grep 'node index.js' | grep -v grep | awk '{print $2}' | xargs kill -9",
"selenium:install": "node_modules/.bin/selenium-standalone install",
"selenium:start": "node_modules/.bin/selenium-standalone start",
"update": "node scripts/update-meanstackjs.js",
"documentation": "npm run documentation:api && npm run documentation:changelog && npm run documentation:development && npm run documentation:ops",
"documentation:api": "node scripts/generate-api-doc.js",
"documentation:changelog": "node scripts/generate-changelog.js",
"documentation:development": "node scripts/generate-development-doc.js",
"documentation:ops": "node scripts/generate-ops-doc.js"
},
"repository": "git+https://github.com/greenpioneersolutions/meanstackjs.git",
"homepage": "https://github.com/greenpioneersolutions/meanstackjs#readme",
"keywords": [
"Mean",
"Mean Stack",
"Mean Stack JS",
"Javascript framework",
"Mongodb",
"Expressjs",
"Express",
"Angular",
"Angularjs",
"Node",
"Nodejs",
"Meanstackjs",
"Greenpioneersolutions",
"Green Pioneer"
],
"author": "Green Pioneer <[email protected]>",
"contributors": "https://github.com/greenpioneersolutions/meanstackjs/graphs/contributors",
"license": "MIT",
"bugs": {
"url": "https://github.com/greenpioneersolutions/meanstackjs/issues"
},
"dependencies": {
"angular": "1.7.3",
"angular-animate": "1.7.3",
"angular-aria": "1.7.3",
"angular-cookies": "1.7.3",
"angular-jwt": "0.1.9",
"angular-material": "1.1.7",
"angular-messages": "1.7.3",
"angular-mocks": "1.7.3",
"angular-moment": "1.2.0",
"angular-resource": "1.7.3",
"angular-sanitize": "1.7.3",
"angular-ui-bootstrap": "2.5.6",
"angular-ui-router": "0.4.3",
"auto-parse": "1.3.0",
"babel-core": "6.7.6",
"babel-plugin-transform-class-properties": "6.6.0",
"babel-preset-es2015": "6.6.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "1.14.1",
"bootstrap-sass": "3.3.7",
"buildreq": "2.1.1",
"chalksay": "1.1.0",
"compression": "1.6.0",
"connect-mongo": "2.0.0",
"cookie-parser": "1.4.0",
"cors": "2.7.1",
"cross-env": "5.1.3",
"debug": "3.1.0",
"dotenv": "6.0.0",
"ejs": "2.5.5",
"express": "4.14.1",
"express-content-length-validator": "1.0.0",
"express-enforces-ssl": "1.1.0",
"express-flash": "0.0.2",
"express-force-ssl": "0.3.2",
"express-query-parameters": "1.0.1",
"express-session": "1.12.1",
"express-sitemap": "1.6.3",
"express-status-monitor": "1.0.1",
"express-validator": "5.0.3",
"font-awesome": "4.7.0",
"foundation-sites": "6.4.3",
"fs-extra": "5.0.0",
"glob": "7.1.1",
"helmet": "3.1.0",
"hpp": "0.2.1",
"http-status-codes": "1.0.6",
"is-there": "4.3.3",
"isbot": "2.0.1",
"jquery": "3.3.1",
"jsonwebtoken": "8.1.0",
"less": "3.0.1",
"lodash": "4.17.5",
"materialize-css": "1.0.0-alpha.4",
"maxcdn": "0.2.0",
"method-override": "3.0.0",
"moment": "2.22.0",
"mongo-throttle": "1.2.0",
"mongoose": "5.2.12",
"mongoose-timestamp": "0.6.0",
"mongoose-validator": "2.0.2",
"morgan": "1.6.1",
"multer": "1.3.0",
"ng-file-upload": "12.2.13",
"node-horseman": "3.2.0",
"node-outlook": "1.1.6",
"node-sass": "4.8.1",
"node-uuid": "1.4.8",
"node-xlsx": "0.12.0",
"nodemailer": "4.6.2",
"passport": "0.4.0",
"passport-azure-ad": "4.0.0",
"passport-facebook": "2.1.1",
"passport-github": "1.1.0",
"passport-google-oauth": "1.0.0",
"passport-instagram": "1.0.0",
"passport-local": "1.0.0",
"passport-oauth": "1.0.0",
"passport-openid": "0.4.0",
"passport-twitter": "1.0.4",
"path-to-regexp": "2.2.0",
"pug": "2.0.1",
"q": "1.4.1",
"redis": "2.8.0",
"request": "2.85.0",
"run-auto": "2.0.0",
"semver": "5.5.0",
"serial-concat-files": "2.0.0",
"socket.io": "2.0.2",
"socket.io-client": "2.1.1",
"toastr": "2.1.4",
"uglify-js": "3.3.14",
"uglifycss": "0.0.29",
"validator": "10.7.1",
"winston": "2.4.4",
"winston-daily-rotate-file": "3.3.2",
"winston-mongodb": "4.0.3"
},
"devDependencies": {
"a11y": "0.5.0",
"blessed": "0.1.81",
"chai": "4.1.2",
"documentation": "6.1.0",
"inquirer": "6.2.0",
"jasmine-core": "3.1.0",
"karma": "2.0.0",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "2.0.0",
"karma-jasmine": "1.0.2",
"karma-mocha": "1.0.1",
"mocha": "5.0.2",
"multiline": "1.0.2",
"nightwatch": "0.9.20",
"nightwatch-html-reporter": "2.0.5",
"nodemon": "1.8.1",
"phantomjs-prebuilt": "2.1.7",
"selenium-standalone": "6.12.0",
"shelljs": "0.8.1",
"standard": "8.6.0",
"supertest": "3.0.0"
}
}