diff --git a/package.json b/package.json index 97c2770..efcf6fe 100644 --- a/package.json +++ b/package.json @@ -1,19 +1,21 @@ { - "name": "my-first-vanilla-app-for-kaios", - "version": "1.0.0", - "description": "A simple task application using only Vanilla", - "main": "index.html", - "scripts": { - "start": "parcel index.html --out-dir build --open && cp ./manifest.webapp ./build/ && cp -r ./assets/ ./build/", - "build": "parcel build index.html --out-dir build && cp ./manifest.webapp ./build/ && cp -r ./assets/ ./build/", - }, - "dependencies": {}, - "devDependencies": { - "@babel/core": "7.2.0", - "parcel-bundler": "^1.6.1", - }, - "keywords": [ - "vanilla", - "kaios" - ] + "name":"my-first-vanilla-app-for-kaios", + "version":"1.0.0", + "description":"A simple task application using only Vanilla", + "main":"index.html", + "scripts":{ + "start":"parcel index.html --out-dir build --open && cp ./manifest.webapp ./build/ && cp -r ./assets/ ./build/", + "build":"parcel build index.html --out-dir build && cp ./manifest.webapp ./build/ && cp -r ./assets/ ./build/" + }, + "dependencies":{ + + }, + "devDependencies":{ + "@babel/core":"7.2.0", + "parcel-bundler":"^1.6.1" + }, + "keywords":[ + "vanilla", + "kaios" + ] }