diff --git a/package.json b/package.json index 323f1ab..b54ee5d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,31 @@ { - "name": "file-picker", + "name": "@owncloud/file-picker", "version": "0.1.0", "author": "ownclouders ", + "description": "Easily integrate ownCloud into your existing products", + "type": "module", + "module": "dist/file-picker.js", + "main": "dist/file-picker.js", + "unpkg": "dist/file-picker.min.js", + "repository": { + "type": "git", + "url": "git+https://github.com/owncloud/file-picker.git" + }, + "keywords": [ + "vue", + "vuejs", + "file", + "picker", + "ocis", + "owncloud", + "location", + "picker" + ], + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/owncloud/file-picker/issues" + }, + "homepage": "https://owncloud.github.io/integration/file_picker", "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build --target wc --name file-picker && rm ./dist/demo.html",