package.json 558 B

12345678910111213141516171819
  1. {
  2. "name": "press-this-alt",
  3. "version": "1.0.0",
  4. "description": "A little tool that lets you grab bits of the web and create new posts with ease.",
  5. "repository": {
  6. "type": "git",
  7. "url": "git+https://github.com/WordPress/press-this.git"
  8. },
  9. "author": "WordPress Contributors",
  10. "license": "GPL-2.0+",
  11. "bugs": {
  12. "url": "https://github.com/WordPress/press-this/issues"
  13. },
  14. "homepage": "https://github.com/WordPress/press-this#readme",
  15. "devDependencies": {
  16. "grunt-checktextdomain": "^1.0.1",
  17. "grunt-wp-i18n": "^1.0.0"
  18. }
  19. }