Ingen beskrivning

package.json 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "postcss",
  3. "version": "4.1.16",
  4. "description": "Tool for transforming CSS with JS plugins",
  5. "keywords": [
  6. "css",
  7. "postproccessor",
  8. "parser",
  9. "source map",
  10. "transform",
  11. "manipulation",
  12. "preprocess",
  13. "transpiler"
  14. ],
  15. "author": "Andrey Sitnik <andrey@sitnik.ru>",
  16. "license": "MIT",
  17. "repository": {
  18. "type": "git",
  19. "url": "https://github.com/postcss/postcss.git"
  20. },
  21. "dependencies": {
  22. "es6-promise": "~2.3.0",
  23. "source-map": "~0.4.2",
  24. "js-base64": "~2.1.8"
  25. },
  26. "devDependencies": {
  27. "concat-with-sourcemaps": "1.0.2",
  28. "gulp-json-editor": "2.2.1",
  29. "load-resources": "0.1.0",
  30. "gulp-eslint": "0.15.0",
  31. "gulp-babel": "5.1.0",
  32. "gulp-mocha": "2.1.2",
  33. "yaspeller": "2.5.0",
  34. "gulp-util": "3.0.6",
  35. "gulp-run": "1.6.8",
  36. "fs-extra": "0.21.0",
  37. "sinon": "1.15.4",
  38. "mocha": "2.2.5",
  39. "gulp": "3.9.0",
  40. "chai": "3.0.0",
  41. "babel": "5.6.14"
  42. },
  43. "scripts": {
  44. "test": "gulp"
  45. },
  46. "main": "lib/postcss"
  47. }