package.json 733 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "instagram.css",
  3. "version": "0.1.3",
  4. "homepage": "http://picturepan2.github.io/instagram.css",
  5. "author": "Yan Zhu <picturepan2@hotmail.com>",
  6. "description": "Instagram.css",
  7. "main": "dist/instagram.css",
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/picturepan2/instagram.css.git"
  11. },
  12. "license": "MIT",
  13. "keywords": [
  14. "css",
  15. "pure-css",
  16. "filters"
  17. ],
  18. "bugs": {
  19. "url": "https://github.com/picturepan2/instagram.css/issues"
  20. },
  21. "devDependencies": {
  22. "gulp": "latest",
  23. "gulp-autoprefixer": "latest",
  24. "gulp-clean-css": "^3.7.0",
  25. "gulp-csscomb": "^3.0.8",
  26. "gulp-rename": "^1.2.2",
  27. "gulp-sass": "latest"
  28. },
  29. "browserslist": [
  30. "> 0%"
  31. ]
  32. }