package.json 759 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "element-theme-chalk",
  3. "version": "2.15.0",
  4. "description": "Element component chalk theme.",
  5. "main": "lib/index.css",
  6. "style": "lib/index.css",
  7. "files": [
  8. "lib",
  9. "src"
  10. ],
  11. "scripts": {
  12. "build": "gulp build"
  13. },
  14. "repository": {
  15. "type": "git",
  16. "url": "git+https://github.com/ElementUI/theme-chalk.git"
  17. },
  18. "keywords": [
  19. "element",
  20. "theme"
  21. ],
  22. "author": "yi.shyang@ele.me",
  23. "license": "MIT",
  24. "bugs": {
  25. "url": "https://github.com/ElementUI/theme-chalk/issues"
  26. },
  27. "homepage": "https://github.com/ElementUI/theme-chalk#readme",
  28. "devDependencies": {
  29. "gulp": "^3.9.1",
  30. "gulp-cssmin": "^0.1.7",
  31. "gulp-sass": "^3.1.0",
  32. "gulp-autoprefixer": "^4.0.0"
  33. },
  34. "dependencies": {}
  35. }