Skip to content

Commit

Permalink
Merge pull request #35 from ember-cli/package-json
Browse files Browse the repository at this point in the history
Clean up "package.json" file
  • Loading branch information
rwjblue committed Nov 30, 2016
2 parents 3e95315 + e2a0f12 commit 5e30c33
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions package.json
Expand Up @@ -2,22 +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"
},
"repo": {
"type": "git",
"url": "git+https://github.com/ember-cli/ember-load-initializers.git"
},
"author": "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 @@ -44,13 +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",
"repository": "git@github.com:ember-cli/ember-load-initializers.git"
}
}

0 comments on commit 5e30c33

Please sign in to comment.