package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "name": "grunt-postcss",
  3. "version": "0.3.0",
  4. "description": "Apply several post-processors to your CSS using PostCSS",
  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-postcss"
  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. "postcss"
  25. ],
  26. "files": [
  27. "tasks",
  28. "LICENSE"
  29. ],
  30. "dependencies": {
  31. "chalk": "^0.5.1",
  32. "diff": "^1.2.1",
  33. "postcss": "^4.0.1"
  34. },
  35. "devDependencies": {
  36. "csswring": "^3.0.0",
  37. "grunt": "^0.4.5",
  38. "grunt-contrib-clean": "^0.6.0",
  39. "grunt-contrib-jshint": "^0.10.0",
  40. "grunt-contrib-nodeunit": "^0.4.0",
  41. "load-grunt-tasks": "^2.0.0",
  42. "time-grunt": "^1.0.0"
  43. },
  44. "peerDependencies": {
  45. "grunt": "^0.4.5"
  46. },
  47. "gitHead": "5174e4481839fe232e3677be52a2e8e77765af21",
  48. "bugs": {
  49. "url": "https://github.com/nDmitry/grunt-postcss/issues"
  50. },
  51. "homepage": "https://github.com/nDmitry/grunt-postcss",
  52. "_id": "grunt-postcss@0.3.0",
  53. "_shasum": "0f1783728e35e577d2467fb26a46d69ad1be95f2",
  54. "_from": "grunt-postcss@*",
  55. "_npmVersion": "2.1.16",
  56. "_nodeVersion": "0.10.35",
  57. "_npmUser": {
  58. "name": "weiss",
  59. "email": "dima.nikitenko@gmail.com"
  60. },
  61. "maintainers": [
  62. {
  63. "name": "weiss",
  64. "email": "dima.nikitenko@gmail.com"
  65. }
  66. ],
  67. "dist": {
  68. "shasum": "0f1783728e35e577d2467fb26a46d69ad1be95f2",
  69. "tarball": "http://registry.npmjs.org/grunt-postcss/-/grunt-postcss-0.3.0.tgz"
  70. },
  71. "directories": {},
  72. "_resolved": "https://registry.npmjs.org/grunt-postcss/-/grunt-postcss-0.3.0.tgz",
  73. "readme": "ERROR: No README data found!"
  74. }