diff --git a/LICENSE.md b/LICENSE.md
new file mode 100644
index 000000000..c3d6935d1
--- /dev/null
+++ b/LICENSE.md
@@ -0,0 +1,21 @@
+The MIT License (MIT)
+
+Copyright (c) 2016-2018 PrimeTek
+
+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 the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+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.
\ No newline at end of file
diff --git a/package.json b/package.json
index 2615ad799..37f6b0ee1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,11 @@
{
"name": "primevue",
"version": "1.0.0-beta.1-SNAPSHOT",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/primefaces/primevue.git"
+ },
+ "license": "MIT",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
diff --git a/src/views/listbox/ListBoxDemo.vue b/src/views/listbox/ListBoxDemo.vue
deleted file mode 100644
index ff1d2a8a3..000000000
--- a/src/views/listbox/ListBoxDemo.vue
+++ /dev/null
@@ -1,58 +0,0 @@
-
-
-
-
-
Listbox
-
Listbox is used to select one or more values from a list of items.
-
-
-
-
-
Single
-
-
-
Advanced with Templating, Filtering and Multiple Selection