diff --git a/LICENSE b/LICENSE index 8dc69f0..bf4dedb 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ The MIT License (MIT) +Copyright (c) 2015 Dmitriy Shekhovtsov Copyright (c) 2015 Valor Software Permission is hereby granted, free of charge, to any person obtaining a copy @@ -19,4 +20,3 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - diff --git a/README.md b/README.md index f8fa2b2..5100265 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,5 @@ Easy to use Angular2 components for files upload ## Placeholder for `ng2-file-upload` angular2 module + +Please read central `ng2` modules [readme](https://github.com/valor-software/ng2-plans) for details, plans and approach diff --git a/package.json b/package.json new file mode 100644 index 0000000..fc45d93 --- /dev/null +++ b/package.json @@ -0,0 +1,26 @@ +{ + "name": "ng2-file-upload", + "version": "0.0.0", + "description": "Easy to use Angular2 components for files upload", + "main": "index.js", + "scripts": { + "test": "npm test" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/valor-software/ng2-file-upload.git" + }, + "keywords": [ + "angular2", + "ng2", + "file-upload", + "angular2-file-upload", + "ng2-file-upload" + ], + "author": "Dmitriy Shekhovtsov ", + "license": "MIT", + "bugs": { + "url": "https://github.com/valor-software/ng2-file-upload/issues" + }, + "homepage": "https://github.com/valor-software/ng2-file-upload#readme" +}