No Description

package.json 1.1KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "autoprefixer-core",
  3. "version": "5.2.1",
  4. "description": "CLI-less core of Autoprefixer to use in plugins",
  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": {
  15. "type": "git",
  16. "url": "https://github.com/postcss/autoprefixer-core.git"
  17. },
  18. "dependencies": {
  19. "browserslist": "~0.4.0",
  20. "num2fraction": "^1.1.0",
  21. "caniuse-db": "^1.0.30000214",
  22. "postcss": "~4.1.12"
  23. },
  24. "devDependencies": {
  25. "vinyl-source-stream": "1.1.0",
  26. "gulp-json-editor": "2.2.1",
  27. "gulp-replace": "0.5.3",
  28. "gulp-eslint": "0.14.0",
  29. "gulp-coffee": "2.3.1",
  30. "gulp-mocha": "2.1.2",
  31. "browserify": "10.2.4",
  32. "fs-extra": "0.20.0",
  33. "should": "7.0.1",
  34. "mocha": "2.2.5",
  35. "gulp": "3.9.0",
  36. "coffee-script": "1.9.3"
  37. },
  38. "scripts": {
  39. "test": "gulp"
  40. },
  41. "main": "lib/autoprefixer"
  42. }