Skip to content

Instantly share code, notes, and snippets.

@devdemi
Created September 7, 2017 07:58
Show Gist options
  • Save devdemi/3d3806530a53d8ea81e08f4588e69d83 to your computer and use it in GitHub Desktop.
Save devdemi/3d3806530a53d8ea81e08f4588e69d83 to your computer and use it in GitHub Desktop.
Generated package.json
{
"dependencies":{
"moment":"^2.18.1",
"moment-timezone":"~0.5.11",
"node-fetch":"^1.3.3"
},
"fastboot":{
"appConfig":{
"APP":{
"apiNamespace":"api/v1",
"autoboot":false,
"backendHost":"http://backend:3000",
"frontendHost":"http://localhost:4200",
"imagePath":"//s-test.my-project.com/avatars/test_local",
"name":"frontend",
"price":"1700",
"teacher":{
"pager":{
"size":20
}
},
"version":"0.0.0+"
},
"EmberENV":{
"FEATURES":{
}
},
"apply_to_teach":{
"link":"https://my-project.com/blog/tutors/"
},
"blog":{
"link":"https://my-project.com/blog/"
},
"education":{
"link":"https://my-project.com/blog/kurs/"
},
"ember-simple-auth":{
"authenticationRoute":"login",
"routeAfterAuthentication":"tutors"
},
"emberFullCalendar":{
"scheduler":false
},
"environment":"development",
"exportApplicationGlobal":true,
"fastboot":{
"hostWhitelist":[
"/^my-project.com$/",
"/^my-project.com:\\d+$/",
"/^test.my-project.com$/",
"/^localhost:\\d+$/"
]
},
"i18n":{
"allowedLocales":[
"ru",
"en"
],
"defaultLocale":"ru"
},
"locationType":"auto",
"modulePrefix":"frontend",
"moment":{
"includeLocales":[
"ru"
],
"includeTimezone":"all"
},
"rootURL":"/",
"socialLinks":{
"fb":"https://www.facebook.com/my-project.com",
"insta":"https://www.instagram.com/my-project.com/",
"vk":"https://vk.com/my-project.com",
"yt":"https://www.youtube.com/channel/my-project.com"
},
"stripe":{
"key":"my-key"
},
"torii":{
"providers":{
"facebook-oauth2":{
"apiKey":"1111111111111111111",
"scope":"email"
}
},
"sessionServiceName":"session-torii"
}
},
"hostWhitelist":[
"/^my-project.com$/",
"/^my-project.com:\\d+$/",
"/^test.my-project.com$/",
"/^localhost:\\d+$/"
],
"manifest":{
"appFiles":[
"assets/frontend.js",
"assets/frontend-fastboot.js"
],
"htmlFile":"index.html",
"vendorFiles":[
"assets/vendor.js",
"moment/fastboot-moment-timezone.js"
]
},
"moduleWhitelist":[
"moment",
"moment-timezone",
"node-fetch",
"ember-moment",
"ember-cli-cookie",
"ember-network"
],
"schemaVersion":2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment