-
- Downloads
Initial Commit from Ember CLI v3.19.0
_..., ,:^;,...; -+===;. ,,--++====++-,,, .: /....., :::::~+++++#:,+#++++++++++++++++++#*..: /,...... (,,,,,,::=+++##++++++++++++++++++++++#. :....../ ...,,,,,::++++++++++++++++++++++++++++++*..,...: *..+...,#@@@@@@@@@++++++++++++++++++++++#*....* @#,;##############@@@+*+#@@@@@@@@@@#*++#..< *@##@@+,-*^^^*-+@####@@@######@@@#####@@,,,+ @#@* @#@@@@#@@+--*^^*--#@@@@@@# @#@. @# @##+++@#, .@@#@@ #@# @@ +@@++++#@@ @@ :@@ :@#* @#@++++++@#* #@ @@+ :*+@@#;,.__.+@#@+,-^^.++@# @@++ ;* :*@@@##@@@@;++r._j^.+@##@+,.__,,@@++. /* ........+++++++++++++#@@@@@###@@#++++, ,: ...,@@@#++===----==@@@####,,....+++++ .: ......@@##@\ ; :@####@,,...... +++. ; .........@###, ; ;xx#@;,,..... *;+, | ........,*;xxxx--^--=xxx,........ :+#; ; ......,,;xxxxxxxxxxxxx;,..... *+# ; ......,::xxxx;. ...... +. . *; ......... +### .... / ,. /:| ,. .+: ... ;##++##, . ,#. (..v..;*./ ** ## ###* .:*&&&+. \.,....<, #&+**==-..,,__ ;## ### :,*+&&&&&&&v+#&,,.._/ #&&&&*...,::,,. ##; ,##* .*****;:&&&&&&&&& ,+*+;~*..*** *.* ### ###* ******* *+#&;* ##,;## **** :, ** ##### ## ### ###, ######## .##### ;## ## ####### ;## #### ,###. ########## ######## ### #### ### ### ### ########## #### #### ,## ### #######* ### ,### ##############: ## ### #### ,## :#### ### ##; ########## ########### ## .## ,### ####### ##### :###### ###### .###### #### ## ### ### ######* :##### #### ############# #### ################ ######## ### #####* *#* #: :### *###* *#### #*
parents
No related branches found
No related tags found
Showing
- config/optional-features.json 6 additions, 0 deletionsconfig/optional-features.json
- config/targets.js 18 additions, 0 deletionsconfig/targets.js
- ember-cli-build.js 24 additions, 0 deletionsember-cli-build.js
- package-lock.json 0 additions, 0 deletionspackage-lock.json
- package.json 59 additions, 0 deletionspackage.json
- public/robots.txt 3 additions, 0 deletionspublic/robots.txt
- testem.js 27 additions, 0 deletionstestem.js
- tests/helpers/.gitkeep 0 additions, 0 deletionstests/helpers/.gitkeep
- tests/index.html 33 additions, 0 deletionstests/index.html
- tests/integration/.gitkeep 0 additions, 0 deletionstests/integration/.gitkeep
- tests/test-helper.js 8 additions, 0 deletionstests/test-helper.js
- tests/unit/.gitkeep 0 additions, 0 deletionstests/unit/.gitkeep
- vendor/.gitkeep 0 additions, 0 deletionsvendor/.gitkeep
config/optional-features.json
0 → 100644
config/targets.js
0 → 100644
ember-cli-build.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
package.json
0 → 100644
{ | |||
"name": "mapbox-patheditor", | |||
"version": "0.0.0", | |||
"private": true, | |||
"description": "Small description for mapbox-patheditor goes here", | |||
"repository": "", | |||
"license": "MIT", | |||
"author": "", | |||
"directories": { | |||
"doc": "doc", | |||
"test": "tests" | |||
}, | |||
"scripts": { | |||
"build": "ember build --environment=production", | |||
"lint": "npm-run-all --aggregate-output --continue-on-error --parallel lint:*", | |||
"lint:hbs": "ember-template-lint .", | |||
"lint:js": "eslint .", | |||
"start": "ember serve", | |||
"test": "npm-run-all lint:* test:*", | |||
"test:ember": "ember test" | |||
}, | |||
"devDependencies": { | |||
"@ember/optional-features": "^1.3.0", | |||
"@glimmer/component": "^1.0.0", | |||
"@glimmer/tracking": "^1.0.0", | |||
"babel-eslint": "^10.1.0", | |||
"broccoli-asset-rev": "^3.0.0", | |||
"ember-auto-import": "^1.5.3", | |||
"ember-cli": "~3.19.0", | |||
"ember-cli-app-version": "^3.2.0", | |||
"ember-cli-babel": "^7.20.5", | |||
"ember-cli-dependency-checker": "^3.2.0", | |||
"ember-cli-htmlbars": "^5.1.2", | |||
"ember-cli-inject-live-reload": "^2.0.2", | |||
"ember-cli-sri": "^2.1.1", | |||
"ember-cli-uglify": "^3.0.0", | |||
"ember-data": "~3.19.0", | |||
"ember-export-application-global": "^2.0.1", | |||
"ember-fetch": "^8.0.1", | |||
"ember-load-initializers": "^2.1.1", | |||
"ember-maybe-import-regenerator": "^0.1.6", | |||
"ember-qunit": "^4.6.0", | |||
"ember-resolver": "^8.0.0", | |||
"ember-source": "~3.19.0", | |||
"ember-template-lint": "^2.8.0", | |||
"eslint": "^7.1.0", | |||
"eslint-plugin-ember": "^8.6.0", | |||
"eslint-plugin-node": "^11.1.0", | |||
"loader.js": "^4.7.0", | |||
"npm-run-all": "^4.1.5", | |||
"qunit-dom": "^1.2.0" | |||
}, | |||
"engines": { | |||
"node": "10.* || >= 12" | |||
}, | |||
"ember": { | |||
"edition": "octane" | |||
} | |||
} |
public/robots.txt
0 → 100644
testem.js
0 → 100644
tests/helpers/.gitkeep
0 → 100644
tests/index.html
0 → 100644
tests/integration/.gitkeep
0 → 100644
tests/test-helper.js
0 → 100644
tests/unit/.gitkeep
0 → 100644
vendor/.gitkeep
0 → 100644
Please register or sign in to comment