package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "name": "pretty-checkbox",
  3. "version": "3.0.3",
  4. "description": "A pure css library to beautify checkbox and radio buttons.",
  5. "main": "dist/pretty-checkbox.min.css",
  6. "scripts": {
  7. "lint":"gulp lint:scss",
  8. "fix": "stylelint \"src\\**\\*.scss\" --syntax scss --fix",
  9. "format": "gulp css:format",
  10. "build": "gulp build",
  11. "ci": "npm run build && git add dist -f && git commit -m \"build(release): auto build [ci skip]\"",
  12. "release": "corp-semantic-release",
  13. "log": "conventional-github-releaser -p angular -r 0"
  14. },
  15. "dependencies": {},
  16. "devDependencies": {
  17. "browser-sync": "^2.8.2",
  18. "conventional-github-releaser": "^1.1.12",
  19. "corp-semantic-release": "^6.1.0",
  20. "del": "^3.0.0",
  21. "gulp": "^3.9.0",
  22. "gulp-autoprefixer": "^3.1.1",
  23. "gulp-clean-css": "^3.9.0",
  24. "gulp-header-comment": "^0.2.1",
  25. "gulp-rename": "^1.2.2",
  26. "gulp-sass": "^2.3.1",
  27. "gulp-sequence": "^0.4.6",
  28. "gulp-sourcemaps": "^2.6.1",
  29. "gulp-stylefmt": "^1.1.0",
  30. "gulp-stylelint": "^5.0.0",
  31. "rimraf": "2.6.1",
  32. "stylefmt": "^6.0.0",
  33. "stylelint": "^8.2.0",
  34. "stylelint-config-recommended": "^1.0.0",
  35. "stylelint-config-recommended-scss": "^2.0.0",
  36. "stylelint-scss": "^2.1.0"
  37. },
  38. "repository": {
  39. "type": "git",
  40. "url": "git+https://github.com/lokesh-coder/pretty-checkbox.git",
  41. "link": "https://github.com/lokesh-coder/pretty-checkbox"
  42. },
  43. "keywords": [
  44. "checkbox",
  45. "radio",
  46. "bootstrap",
  47. "fonticon",
  48. "icon",
  49. "svg",
  50. "switch",
  51. "toggle",
  52. "sass",
  53. "css3",
  54. "animation",
  55. "pretty",
  56. "check",
  57. "colors"
  58. ],
  59. "author": "Lokesh Rajendran",
  60. "license": "MIT",
  61. "bugs": {
  62. "url": "https://github.com/lokesh-coder/pretty-checkbox/issues"
  63. },
  64. "homepage": "https://lokesh-coder.github.io/pretty-checkbox"
  65. }