Skip to content

Commit

Permalink
package.json: Sort according to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Turbo87 committed Nov 30, 2016
1 parent a2799bf commit e2a0f12
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions package.json
Expand Up @@ -2,27 +2,34 @@
"name": "ember-load-initializers",
"version": "0.6.1",
"description": "A tiny add-on to autoload your initializer files in ember-cli.",
"keywords": [
"ember-addon"
],
"homepage": "https://github.com/ember-cli/ember-load-initializers#readme",
"bugs": {
"url": "https://github.com/ember-cli/ember-load-initializersder/issues"
},
"license": "MIT",
"contributors": [
"Stefan Penner <stefan.penner@gmail.com>",
"Mattia Gheda <ghedamat@gmail.com>",
"Manuel Wiedenmann <manuel@funkensturm.de>",
"Alex Navasardyan <alex@dockyard.com>"
],
"main": "index.js",
"directories": {
"doc": "doc",
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ember-cli/ember-load-initializers.git"
},
"scripts": {
"build": "ember build",
"start": "ember server",
"test": "ember try:each"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ember-cli/ember-load-initializers.git"
},
"contributors": [
"Stefan Penner <stefan.penner@gmail.com>",
"Mattia Gheda <ghedamat@gmail.com>",
"Manuel Wiedenmann <manuel@funkensturm.de>",
"Alex Navasardyan <alex@dockyard.com>"
],
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "^2.4.2",
"ember-ajax": "^2.0.1",
Expand All @@ -49,12 +56,5 @@
},
"ember-addon": {
"configPath": "tests/dummy/config"
},
"keywords": [
"ember-addon"
],
"bugs": {
"url": "https://github.com/ember-cli/ember-load-initializersder/issues"
},
"homepage": "https://github.com/ember-cli/ember-load-initializers#readme"
}
}

0 comments on commit e2a0f12

Please sign in to comment.