jquery-custom-select
Version:
Custom Select jQuery Plugin
44 lines (43 loc) • 1.64 kB
JSON
{
"name": "jquery-custom-select",
"description": "Custom Select jQuery Plugin",
"version": "1.6.4",
"author": "Sergey Kovalenko",
"bugs": {
"url": "https://github.com/kvlsrg/jquery-custom-select/issues"
},
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
"jquery": "^3.4.1",
"node-sass": "^4.12.0",
"uglify-js": "^3.5.11"
},
"files": [
"dist/",
"sass/",
"jquery.custom-select.js"
],
"keywords": [
"custom-select",
"jquery-plugin"
],
"license": "MIT",
"main": "jquery.custom-select.js",
"peerDependencies": {
"jquery": ">=1.11.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kvlsrg/jquery-custom-select.git"
},
"sass": "sass/jquery.custom-select.scss",
"scripts": {
"js": "babel jquery.custom-select.js --out-dir dist/js --source-maps && uglifyjs dist/js/jquery.custom-select.js --compress --source-map \"content=dist/js/jquery.custom-select.js.map,includeSources,url=jquery.custom-select.min.js.map\" --output dist/js/jquery.custom-select.min.js",
"prepack": "npm run js & npm run sass",
"sass": "node-sass --output-style expanded --source-map true --source-map-contents true sass/jquery.custom-select.scss dist/css/jquery.custom-select.css && node-sass --output-style compressed --source-map true --source-map-contents true sass/jquery.custom-select.scss dist/css/jquery.custom-select.min.css"
},
"style": "dist/css/jquery.custom-select.css"
}