Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016
Copyright (c) 2021 PeopleDoc

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
Expand Down
39 changes: 25 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,33 @@
{
"name": "ember-cli-deploy-index-json",
"version": "0.0.0",
"description": "An Ember CLI Deploy plugin to generate a JSON index file of a build",
"directories": {
"doc": "doc",
"test": "tests"
"version": "0.0.0",
"license": "MIT",
"author": {
"name": "PeopleDoc",
"url": "https://github.com/peopledoc"
},
"homepage": "https://github.com/peopledoc/ember-cli-deploy-index-json",
"repository": "https://github.com/peopledoc/ember-cli-deploy-index-json",
"bugs": "https://github.com/peopledoc/ember-cli-deploy-index-json/issues",
"keywords": [
"addon",
"add-on",
"deploy",
"deployment",
"ember",
"emberjs",
"ember-addon",
"ember-cli-deploy-plugin",
"ember-cli-deploy-s3-index",
"html",
"json",
"manifest"
],
"scripts": {
"test": "node tests/runner.js && ./node_modules/.bin/eslint index.js tests/**/*.js",
"lint": "eslint ."
},
"repository": "https://github.com/peopledoc/ember-cli-deploy-index-json",
"engines": {
"node": ">= 4"
},
"author": "The Peopledoc JS Team",
"license": "MIT",
"dependencies": {
"babel-eslint": "^10.1.0",
"ember-cli-deploy-plugin": "^0.2.9",
Expand All @@ -32,8 +44,7 @@
"glob": "^7.1.1",
"mocha": "^3.2.0"
},
"keywords": [
"ember-addon",
"ember-cli-deploy-plugin"
]
"engines": {
"node": ">= 4"
}
}