package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "redux-framework",
  3. "version": "3.6.16",
  4. "title": "ReduxFramework",
  5. "description": "Redux is a simple, truly extensible options framework for WordPress themes and plugins.",
  6. "main": "Gruntfile.js",
  7. "directories": {
  8. "doc": "docs",
  9. "test": "tests"
  10. },
  11. "repository": {
  12. "type": "git",
  13. "url": "https://github.com/ReduxFramework/ReduxFramework.git"
  14. },
  15. "bugs": {
  16. "url": "https://github.com/ReduxFramework/ReduxFramework/issues"
  17. },
  18. "author": "Redux Framework Team",
  19. "license": "GPL-2.0-or-later",
  20. "homepage": "http://reduxframework.com",
  21. "devDependencies": {
  22. "compass-options": "^0.1.1",
  23. "grunt": "^1.0.3",
  24. "grunt-checktextdomain": "^1.0.1",
  25. "grunt-contrib-compass": "^1.1.1",
  26. "grunt-contrib-concat": "^1.0.1",
  27. "grunt-contrib-copy": "^1.0.0",
  28. "grunt-contrib-cssmin": "^3.0.0",
  29. "grunt-contrib-jshint": "^2.0.0",
  30. "grunt-contrib-less": "^2.0.0",
  31. "grunt-contrib-sass": "^1.0.0",
  32. "grunt-contrib-uglify": "^4.0.0",
  33. "grunt-contrib-watch": "^1.1.0",
  34. "grunt-gh-pages": "^3.1.0",
  35. "grunt-potomo": "^3.5.0",
  36. "grunt-scss-lint": "^0.5.0",
  37. "grunt-shell": "^2.1.0",
  38. "grunt-wp-i18n": "^1.0.2",
  39. "lodash": "^4.17.13",
  40. "minimatch": "^3.0.4",
  41. "recess": "^1.1.9",
  42. "shelljs": "^0.8.2"
  43. },
  44. "engines": {
  45. "node": ">=0.10.33",
  46. "npm": ">=1.4.0"
  47. },
  48. "dependencies": {}
  49. }