UNPKG

592 BJSONView Raw
1{
2 "name": "ember-hk-components",
3 "description": "Ember Hk Components",
4 "buildpacks": [
5 { "url": "heroku/nodejs" },
6 { "url": "https://github.com/heroku/heroku-buildpack-ember-cli" },
7 { "url": "https://github.com/heroku/heroku-buildpack-static" }
8 ],
9 "env": {
10 "NPM_CONFIG_PRODUCTION": "false"
11 },
12 "environments": {
13 "test": {
14 "env": {
15 "EMBER_ENV": "test",
16 "NODE_ENV": "test"
17 },
18 "buildpacks": [
19 { "url": "https://github.com/heroku/heroku-buildpack-google-chrome" },
20 { "url": "heroku/nodejs" }
21 ]
22 }
23 }
24}