30 lines
538 B
JSON
30 lines
538 B
JSON
{
|
|
"name": "choices.js",
|
|
"version": "3.0.4",
|
|
"description": "A vanilla JS customisable text input/select box plugin",
|
|
"main": [
|
|
"./assets/scripts/dist/choices.js",
|
|
"./assets/styles/css/choices.css"
|
|
],
|
|
"authors": [
|
|
"Josh Johnson"
|
|
],
|
|
"license": "MIT",
|
|
"homepage": "https://joshuajohnson.co.uk/Choices/",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"keywords": [
|
|
"customisable",
|
|
"input",
|
|
"select",
|
|
"vanilla",
|
|
"plugin",
|
|
"js"
|
|
]
|
|
}
|