Skip to content

Clean up "package.json" file #35

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Nov 30, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 19 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
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 <[email protected]>",
"Mattia Gheda <[email protected]>",
"Manuel Wiedenmann <[email protected]>",
"Alex Navasardyan <[email protected]>"
],
"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 <[email protected]>, Mattia Gheda <[email protected]>, Manuel Wiedenmann <[email protected]>, Alex Navasardyan <[email protected]>",
"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": "[email protected]:ember-cli/ember-load-initializers.git"
}
}