Example-CG-SELECT/package.json
2023-04-04 20:57:05 +03:00

41 lines
965 B
JSON

{
"name": "example-cg-select-page",
"version": "0.2.6",
"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.2.7",
"gh-pages": "^5.0.0",
"parcel": "^2.8.3"
},
"devDependencies": {
"@parcel/transformer-sass": "^2.8.3"
}
}