package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "name": "autoprefixer-core",
  3. "version": "5.1.5",
  4. "description": "CLI-less core of Autoprefixer to use in plugins",
  5. "keywords": [
  6. "autoprefixer",
  7. "css",
  8. "prefix",
  9. "postprocessor",
  10. "postcss"
  11. ],
  12. "author": {
  13. "name": "Andrey Sitnik",
  14. "email": "andrey@sitnik.ru"
  15. },
  16. "license": "MIT",
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/postcss/autoprefixer-core.git"
  20. },
  21. "dependencies": {
  22. "browserslist": "~0.2.0",
  23. "num2fraction": "~1.0.1",
  24. "caniuse-db": "^1.0.30000065",
  25. "postcss": "~4.0.3"
  26. },
  27. "devDependencies": {
  28. "vinyl-source-stream": "1.0.0",
  29. "gulp-json-editor": "2.2.1",
  30. "jshint-stylish": "1.0.0",
  31. "gulp-replace": "0.5.2",
  32. "gulp-jshint": "1.9.2",
  33. "gulp-coffee": "2.3.1",
  34. "gulp-mocha": "2.0.0",
  35. "browserify": "8.1.3",
  36. "fs-extra": "0.16.3",
  37. "should": "4.6.5",
  38. "mocha": "2.1.0",
  39. "gulp": "3.8.10",
  40. "coffee-script": "1.9.0"
  41. },
  42. "scripts": {
  43. "test": "gulp"
  44. },
  45. "main": "lib/autoprefixer",
  46. "bugs": {
  47. "url": "https://github.com/postcss/autoprefixer-core/issues"
  48. },
  49. "homepage": "https://github.com/postcss/autoprefixer-core",
  50. "_id": "autoprefixer-core@5.1.5",
  51. "_shasum": "eb706cdf116e785ecb419d44e90151aa806ad8c5",
  52. "_from": "autoprefixer-core@*",
  53. "_npmVersion": "2.1.18",
  54. "_nodeVersion": "0.10.33",
  55. "_npmUser": {
  56. "name": "ai",
  57. "email": "andrey@sitnik.ru"
  58. },
  59. "maintainers": [
  60. {
  61. "name": "ai",
  62. "email": "andrey@sitnik.ru"
  63. }
  64. ],
  65. "dist": {
  66. "shasum": "eb706cdf116e785ecb419d44e90151aa806ad8c5",
  67. "tarball": "http://registry.npmjs.org/autoprefixer-core/-/autoprefixer-core-5.1.5.tgz"
  68. },
  69. "directories": {},
  70. "_resolved": "https://registry.npmjs.org/autoprefixer-core/-/autoprefixer-core-5.1.5.tgz",
  71. "readme": "ERROR: No README data found!"
  72. }