package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "name": "grunt-autoprefixer",
  3. "version": "2.2.0",
  4. "description": "Parse CSS and add vendor-prefixed CSS properties using the Can I Use database. Based on Autoprefixer.",
  5. "author": {
  6. "name": "Dmitry Nikitenko",
  7. "email": "dima.nikitenko@gmail.com"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/nDmitry/grunt-autoprefixer"
  12. },
  13. "license": "MIT",
  14. "engines": {
  15. "node": ">= 0.10.0"
  16. },
  17. "scripts": {
  18. "test": "grunt test"
  19. },
  20. "keywords": [
  21. "gruntplugin",
  22. "css",
  23. "postprocessor",
  24. "prefix",
  25. "autoprefixer"
  26. ],
  27. "files": [
  28. "tasks",
  29. "LICENSE"
  30. ],
  31. "dependencies": {
  32. "autoprefixer-core": "^5.0.0",
  33. "diff": "~1.2.1",
  34. "chalk": "~0.5.0"
  35. },
  36. "devDependencies": {
  37. "grunt": "~0.4.4",
  38. "grunt-contrib-jshint": "~0.10.0",
  39. "grunt-contrib-clean": "~0.6.0",
  40. "grunt-contrib-nodeunit": "~0.4.0",
  41. "grunt-contrib-copy": "~0.7.0",
  42. "load-grunt-tasks": "~2.0.0",
  43. "time-grunt": "~1.0.0"
  44. },
  45. "peerDependencies": {
  46. "grunt": "~0.4.2"
  47. },
  48. "gitHead": "e30d2c5bfda027e1e196a640010e05aabca329c6",
  49. "bugs": {
  50. "url": "https://github.com/nDmitry/grunt-autoprefixer/issues"
  51. },
  52. "homepage": "https://github.com/nDmitry/grunt-autoprefixer",
  53. "_id": "grunt-autoprefixer@2.2.0",
  54. "_shasum": "cc56d9faf83fb9a7231ab3c618a385ce2b84e11b",
  55. "_from": "grunt-autoprefixer@*",
  56. "_npmVersion": "2.1.16",
  57. "_nodeVersion": "0.10.35",
  58. "_npmUser": {
  59. "name": "weiss",
  60. "email": "dima.nikitenko@gmail.com"
  61. },
  62. "maintainers": [
  63. {
  64. "name": "weiss",
  65. "email": "dima.nikitenko@gmail.com"
  66. }
  67. ],
  68. "dist": {
  69. "shasum": "cc56d9faf83fb9a7231ab3c618a385ce2b84e11b",
  70. "tarball": "http://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-2.2.0.tgz"
  71. },
  72. "directories": {},
  73. "_resolved": "https://registry.npmjs.org/grunt-autoprefixer/-/grunt-autoprefixer-2.2.0.tgz"
  74. }