-
- Downloads
Initial Commit from Ember CLI v3.1.4
_..., ,:^;,...; -+===;. ,,--++====++-,,, .: /....., :::::~+++++#:,+#++++++++++++++++++#*..: /,...... (,,,,,,::=+++##++++++++++++++++++++++#. :....../ ...,,,,,::++++++++++++++++++++++++++++++*..,...: *..+...,#@@@@@@@@@++++++++++++++++++++++#*....* @#,;##############@@@+*+#@@@@@@@@@@#*++#..< *@##@@+,-*^^^*-+@####@@@######@@@#####@@,,,+ @#@* @#@@@@#@@+--*^^*--#@@@@@@# @#@. @# @##+++@#, .@@#@@ #@# @@ +@@++++#@@ @@ :@@ :@#* @#@++++++@#* #@ @@+ :*+@@#;,.__.+@#@+,-^^.++@# @@++ ;* :*@@@##@@@@;++r._j^.+@##@+,.__,,@@++. /* ........+++++++++++++#@@@@@###@@#++++, ,: ...,@@@#++===----==@@@####,,....+++++ .: ......@@##@\ ; :@####@,,...... +++. ; .........@###, ; ;xx#@;,,..... *;+, | ........,*;xxxx--^--=xxx,........ :+#; ; ......,,;xxxxxxxxxxxxx;,..... *+# ; ......,::xxxx;. ...... +. . *; ......... +### .... / ,. /:| ,. .+: ... ;##++##, . ,#. (..v..;*./ ** ## ###* .:*&&&+. \.,....<, #&+**==-..,,__ ;## ### :,*+&&&&&&&v+#&,,.._/ #&&&&*...,::,,. ##; ,##* .*****;:&&&&&&&&& ,+*+;~*..*** *.* ### ###* ******* *+#&;* ##,;## **** :, ** ##### ## ### ###, ######## .##### ;## ## ####### ;## #### ,###. ########## ######## ### #### ### ### ### ########## #### #### ,## ### #######* ### ,### ##############: ## ### #### ,## :#### ### ##; ########## ########### ## .## ,### ####### ##### :###### ###### .###### #### ## ### ### ######* :##### #### ############# #### ################ ######## ### #####* *#* #: :### *###* *#### #*
parents
No related branches found
No related tags found
Showing
- .editorconfig 20 additions, 0 deletions.editorconfig
- .ember-cli 9 additions, 0 deletions.ember-cli
- .eslintignore 1 addition, 0 deletions.eslintignore
- .eslintrc.js 50 additions, 0 deletions.eslintrc.js
- .gitignore 23 additions, 0 deletions.gitignore
- .npmignore 21 additions, 0 deletions.npmignore
- .travis.yml 47 additions, 0 deletions.travis.yml
- .watchmanconfig 3 additions, 0 deletions.watchmanconfig
- LICENSE.md 9 additions, 0 deletionsLICENSE.md
- README.md 50 additions, 0 deletionsREADME.md
- addon/.gitkeep 0 additions, 0 deletionsaddon/.gitkeep
- app/.gitkeep 0 additions, 0 deletionsapp/.gitkeep
- config/ember-try.js 70 additions, 0 deletionsconfig/ember-try.js
- config/environment.js 5 additions, 0 deletionsconfig/environment.js
- ember-cli-build.js 18 additions, 0 deletionsember-cli-build.js
- index.js 5 additions, 0 deletionsindex.js
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 56 additions, 0 deletionspackage.json
- testem.js 24 additions, 0 deletionstestem.js
- tests/dummy/app/app.js 14 additions, 0 deletionstests/dummy/app/app.js
.editorconfig
0 → 100644
.ember-cli
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.npmignore
0 → 100644
.travis.yml
0 → 100644
.watchmanconfig
0 → 100644
LICENSE.md
0 → 100644
README.md
0 → 100644
addon/.gitkeep
0 → 100644
app/.gitkeep
0 → 100644
config/ember-try.js
0 → 100644
config/environment.js
0 → 100644
ember-cli-build.js
0 → 100644
index.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | ||
"name": "ember-aws-ehipster", | ||
"version": "0.0.0", | ||
"description": "The default blueprint for ember-cli addons.", | ||
"keywords": [ | ||
"ember-addon" | ||
], | ||
"repository": "", | ||
"license": "MIT", | ||
"author": "", | ||
"directories": { | ||
"doc": "doc", | ||
"test": "tests" | ||
}, | ||
"scripts": { | ||
"build": "ember build", | ||
"lint:js": "eslint ./*.js addon addon-test-support app blueprints config lib server test-support tests", | ||
"start": "ember serve", | ||
"test": "ember test", | ||
"test:all": "ember try:each" | ||
}, | ||
"dependencies": { | ||
"ember-cli-babel": "^6.6.0" | ||
}, | ||
"devDependencies": { | ||
"broccoli-asset-rev": "^2.4.5", | ||
"ember-ajax": "^3.0.0", | ||
"ember-cli": "~3.1.4", | ||
"ember-cli-dependency-checker": "^2.0.0", | ||
"ember-cli-eslint": "^4.2.1", | ||
"ember-cli-htmlbars": "^2.0.1", | ||
"ember-cli-htmlbars-inline-precompile": "^1.0.0", | ||
"ember-cli-inject-live-reload": "^1.4.1", | ||
"ember-cli-qunit": "^4.1.1", | ||
"ember-cli-shims": "^1.2.0", | ||
"ember-cli-sri": "^2.1.0", | ||
"ember-cli-uglify": "^2.0.0", | ||
"ember-disable-prototype-extensions": "^1.1.2", | ||
"ember-export-application-global": "^2.0.0", | ||
"ember-load-initializers": "^1.0.0", | ||
"ember-maybe-import-regenerator": "^0.1.6", | ||
"ember-resolver": "^4.0.0", | ||
"ember-source": "~3.1.0", | ||
"ember-source-channel-url": "^1.0.1", | ||
"ember-try": "^0.2.23", | ||
"eslint-plugin-ember": "^5.0.0", | ||
"eslint-plugin-node": "^6.0.1", | ||
"loader.js": "^4.2.3" | ||
}, | ||
"engines": { | ||
"node": "^4.5 || 6.* || >= 7.*" | ||
}, | ||
"ember-addon": { | ||
"configPath": "tests/dummy/config" | ||
} | ||
} |
testem.js
0 → 100644
tests/dummy/app/app.js
0 → 100644
Please register or sign in to comment