42 lines
987 B
JSON
42 lines
987 B
JSON
{
|
|
"name": "cg-select",
|
|
"version": "0.1.171",
|
|
"description": "Feature rich Select control for React/JS with multiselect, autocomplete and styling",
|
|
"author": {
|
|
"name": "CraftGroup",
|
|
"url": "https://github.com/apuc/"
|
|
},
|
|
"homepage": "https://cg-select.itguild.info",
|
|
"scripts": {
|
|
"start": "parcel example/index.html -p 4500 --open ",
|
|
"build": "parcel build index.js",
|
|
"deploy": "gh-pages -d dist",
|
|
"predeploy": "npm run build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/apuc/cg-select.git"
|
|
},
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/apuc/cg-select/issues"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/transformer-sass": "^2.7.0",
|
|
"jsdoc": "^4.0.0",
|
|
"parcel": "^2.7.0",
|
|
"prettier": "^2.7.1"
|
|
},
|
|
"dependencies": {
|
|
"@parcel/optimizer-css": "^2.8.0",
|
|
"gh-pages": "^4.0.0"
|
|
},
|
|
"keywords": [
|
|
"select",
|
|
"autocomplete",
|
|
"dropdown",
|
|
"multiselect",
|
|
"tag"
|
|
]
|
|
}
|