UNPKG

iran-vehicle-plate

Version:

This component provide ability to show iran license plate. for now it only support basic template. and it is provide new feature called shadow-root, and intended to be used on pages without use of any framework and be used with pure or any supporting appl

61 lines (60 loc) 2.02 kB
{ "name": "iran-vehicle-plate", "version": "1.0.0", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "less-watch-demo": "less-watch-compiler demo demo", "less-watch-component": "less-watch-compiler src/css src/css", "less-watch-all": "npm-run-all --parallel less-watch-demo less-watch-component", "less-build": "lessc demo/index.less demo/index.css && lessc src/css/iran-vehicle-plate.less src/css/iran-vehicle-plate.css", "build": "npm run less-build && rollup -c", "dev": "npm-run-all --parallel less-watch-all build", "postversion": "git push && git push --tags" }, "keywords": [ "iran", "iranian", "vehicle", "plate", "web", "component", "shadow-root", "css", "html", "vanillajs", "pure-js" ], "author": "Hassan Faghihi", "license": "ISC", "description": "This component provide ability to show iran license plate. for now it only support basic template. and it is provide new feature called shadow-root, and intended to be used on pages without use of any framework and be used with pure or any supporting application.", "homepage": "https://github.com/deadmann/iran-vehicle-plate#readme", "bugs": { "url": "https://github.com/deadmann/iran-vehicle-plate/issues" }, "repository": { "type": "git", "url": "git+https://github.com/deadmann/iran-vehicle-plate.git" }, "files": [ "dist" ], "devDependencies": { "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^28.0.2", "@rollup/plugin-node-resolve": "^16.0.0", "less": "^4.2.2", "less-watch-compiler": "^1.16.3", "postcss": "^8.5.1", "rollup": "^2.79.2", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-html": "^0.2.1", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-terser": "^7.0.2" }, "engines": { "node": ">=18.0.0", "npm": ">=8.8.8" }, "contributors": [] }