File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11## Ember FastBoot App Server
22
3+ [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/ember-fastboot/fastboot-app-server.svg )] ( https://greenkeeper.io/ )
4+
35The FastBoot App Server is an application server for hosting Ember
46FastBoot apps. It manages downloading the Ember app, starting multiple
57HTTP server processes, and detecting when new versions of the
Original file line number Diff line number Diff line change 2626 "homepage" : " https://github.com/ember-fastboot/fastboot-app-server#readme" ,
2727 "dependencies" : {
2828 "basic-auth" : " ^1.0.3" ,
29- "chalk" : " ^1.1.3 " ,
29+ "chalk" : " ^2.0.1 " ,
3030 "compression" : " ^1.6.2" ,
3131 "express" : " ^4.13.3" ,
3232 "fastboot" : " ^1.0.0" ,
3333 "fastboot-express-middleware" : " ^1.0.0" ,
34- "fs-promise" : " ^0.3.1"
34+ "fs-promise" : " ^2.0.3" ,
35+ "request" : " ^2.81.0"
3536 },
3637 "devDependencies" : {
3738 "babel-core" : " ^6.10.4" ,
3839 "babel-preset-es2015" : " ^6.9.0" ,
39- "chai" : " ^3.5 .0" ,
40+ "chai" : " ^4.1 .0" ,
4041 "ember-cli" : " ^2.6.2" ,
41- "mocha" : " ^2 .4.5 " ,
42- "request-promise" : " ^3.0.0 "
42+ "mocha" : " ^3 .4.2 " ,
43+ "request-promise" : " ^4.2.1 "
4344 }
4445}
You can’t perform that action at this time.
0 commit comments