From 1ed1f713e272918e5624ae40ddd5df4c3f982110 Mon Sep 17 00:00:00 2001
From: Fiore Basile <fiore.basile@gmail.com>
Date: Thu, 13 Jun 2019 20:45:41 +0200
Subject: [PATCH] add start script

---
 package.json | 73 ++++++++++++++++++++++++++--------------------------
 1 file changed, 37 insertions(+), 36 deletions(-)

diff --git a/package.json b/package.json
index 195d8f1..e587470 100644
--- a/package.json
+++ b/package.json
@@ -1,37 +1,38 @@
 {
-  "name": "os-circular-fashion-ng",
-  "version": "0.0.1",
-  "description": "Open Source Circular Fashion Catalogue by Fabricademy",
-  "productName": "OSCircularFashion",
-  "cordovaId": "org.textile-academy.osc",
-  "author": "Fiore Basile <fiore.basile@gmail.com>",
-  "private": true,
-  "scripts": {
-    "test": "echo \"See package.json => scripts for available tests.\" && exit 0",
-    "test:unit": "jest --updateSnapshot",
-    "test:unit:coverage": "jest --coverage",
-    "test:unit:watch": "jest --watch",
-    "test:unit:watchAll": "jest --watchAll",
-    "serve:test:coverage": "quasar serve test/jest/coverage/lcov-report/ --port 8788",
-    "concurrently:dev:jest": "concurrently \"quasar dev\" \"jest --watch\""
-  },
-  "dependencies": {
-    "@johmun/vue-tags-input": "^2.0.1",
-    "@quasar/extras": "^1.0.0",
-    "axios": "^0.19.0",
-    "quasar": "^1.0.0-beta.0"
-  },
-  "devDependencies": {
-    "@quasar/app": "^1.0.0-beta.0",
-    "@quasar/quasar-app-extension-testing": "^1.0.0-rc.9",
-    "@quasar/quasar-app-extension-testing-unit-jest": "^1.0.0-beta.24"
-  },
-  "engines": {
-    "node": ">= 8.9.0",
-    "npm": ">= 5.6.0",
-    "yarn": ">= 1.6.0"
-  },
-  "browserslist": [
-    "last 1 version, not dead, ie >= 11"
-  ]
-}
+    "name": "os-circular-fashion-ng",
+    "version": "0.0.1",
+    "description": "Open Source Circular Fashion Catalogue by Fabricademy",
+    "productName": "OSCircularFashion",
+    "cordovaId": "org.textile-academy.osc",
+    "author": "Fiore Basile <fiore.basile@gmail.com>",
+    "private": true,
+    "scripts": {
+        "start": "quasar serve",
+        "test": "echo \"See package.json => scripts for available tests.\" && exit 0",
+        "test:unit": "jest --updateSnapshot",
+        "test:unit:coverage": "jest --coverage",
+        "test:unit:watch": "jest --watch",
+        "test:unit:watchAll": "jest --watchAll",
+        "serve:test:coverage": "quasar serve test/jest/coverage/lcov-report/ --port 8788",
+        "concurrently:dev:jest": "concurrently \"quasar dev\" \"jest --watch\""
+    },
+    "dependencies": {
+        "@johmun/vue-tags-input": "^2.0.1",
+        "@quasar/extras": "^1.0.0",
+        "axios": "^0.19.0",
+        "quasar": "^1.0.0-beta.0"
+    },
+    "devDependencies": {
+        "@quasar/app": "^1.0.0-beta.0",
+        "@quasar/quasar-app-extension-testing": "^1.0.0-rc.9",
+        "@quasar/quasar-app-extension-testing-unit-jest": "^1.0.0-beta.24"
+    },
+    "engines": {
+        "node": ">= 8.9.0",
+        "npm": ">= 5.6.0",
+        "yarn": ">= 1.6.0"
+    },
+    "browserslist": [
+        "last 1 version, not dead, ie >= 11"
+    ]
+}
\ No newline at end of file
-- 
GitLab