{ "name": "example-cg-select-page", "version": "0.3.0", "description": "This is a test page to demonstrate the capabilities of the select", "scripts": { "start": "parcel ./index.html -p 4660 --open", "build": "parcel build ./index.html", "deploy": "gh-pages -d dist", "predeploy": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/MaxOvs19/Example-CG-SELECT.git" }, "keywords": [ "exemple-cg-select", "select", "autocomplete", "dropdown", "multiselect", "tag" ], "author": { "name": "CraftGroup", "url": "https://github.com/apuc/" }, "license": "ISC", "bugs": { "url": "https://github.com/MaxOvs19/Example-CG-SELECT/issues" }, "homepage": "https://cg-select.itguild.info", "dependencies": { "cg-select": "^0.3.0", "gh-pages": "^5.0.0", "parcel": "^2.8.3" }, "devDependencies": { "@parcel/transformer-sass": "^2.8.3" } }