cc59627e96454cae904eedc76b997f4dd214ff3632667d822fe88ac669ed730b00888bdab390a826566bfa4f9a766cdc631291214cc293ace31906e4336496 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "autoprefixer",
  3. "version": "6.7.7",
  4. "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
  5. "keywords": [
  6. "autoprefixer",
  7. "css",
  8. "prefix",
  9. "postcss",
  10. "postcss-plugin"
  11. ],
  12. "author": "Andrey Sitnik <andrey@sitnik.ru>",
  13. "license": "MIT",
  14. "repository": "postcss/autoprefixer",
  15. "dependencies": {
  16. "browserslist": "^1.7.6",
  17. "caniuse-db": "^1.0.30000634",
  18. "normalize-range": "^0.1.2",
  19. "num2fraction": "^1.2.2",
  20. "postcss": "^5.2.16",
  21. "postcss-value-parser": "^3.2.3"
  22. },
  23. "devDependencies": {
  24. "browserify": "^14.1.0",
  25. "eslint-config-postcss": "^2.0.2",
  26. "fs-extra": "^2.0.0",
  27. "gulp": "^3.9.1",
  28. "gulp-coffee": "^2.3.4",
  29. "gulp-eslint": "^3.0.1",
  30. "gulp-json-editor": "^2.2.1",
  31. "gulp-mocha": "^3.0.1",
  32. "gulp-replace": "^0.5.4",
  33. "mocha": "^3.2.0",
  34. "should": "^11.2.1",
  35. "vinyl-source-stream": "^1.1.0",
  36. "coffee-script": "^1.12.4"
  37. },
  38. "scripts": {
  39. "test": "gulp"
  40. },
  41. "eslintConfig": {
  42. "extends": "eslint-config-postcss/es5"
  43. },
  44. "main": "lib/autoprefixer"
  45. }