Skip to content

Commit

Permalink
Adjust package.json for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHirt committed Aug 26, 2020
1 parent 0eb94de commit 1623cab
Showing 1 changed file with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,31 @@
{
"name": "file-picker",
"name": "@owncloud/file-picker",
"version": "0.1.0",
"author": "ownclouders <[email protected]>",
"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",
Expand Down

0 comments on commit 1623cab

Please sign in to comment.