package.json 940 B

123456789101112131415161718192021222324
  1. {
  2. "name": "pen",
  3. "version": "1.0.0",
  4. "description": "=== Pen ===\r Contributors: htmlpie\r Tags: left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, sticky-post, threaded-comments, translation-ready\r Requires at least: 4.8\r Requires PHP: 5.6\r Tested up to: 5.1\r Stable tag: 1.1\r License: GPLv2 or later\r License URI: http://www.gnu.org/licenses/gpl-2.0.html",
  5. "main": "comments-ajax.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "repository": {
  10. "type": "git",
  11. "url": "https://git.yoqi.me/lyq/pen.git"
  12. },
  13. "author": "",
  14. "license": "ISC",
  15. "devDependencies": {
  16. "gulp": "^4.0.2",
  17. "gulp-concat": "^2.6.1",
  18. "gulp-minify-css": "^1.2.4",
  19. "gulp-rev": "^9.0.0",
  20. "gulp-rev-collector": "^1.3.1",
  21. "gulp-uglify": "^3.0.2"
  22. },
  23. "dependencies": {}
  24. }