123456789101112131415161718192021222324 |
- {
- "name": "pen",
- "version": "1.0.0",
- "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",
- "main": "comments-ajax.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "repository": {
- "type": "git",
- "url": "https://git.yoqi.me/lyq/pen.git"
- },
- "author": "",
- "license": "ISC",
- "devDependencies": {
- "gulp": "^4.0.2",
- "gulp-concat": "^2.6.1",
- "gulp-minify-css": "^1.2.4",
- "gulp-rev": "^9.0.0",
- "gulp-rev-collector": "^1.3.1",
- "gulp-uglify": "^3.0.2"
- },
- "dependencies": {}
- }
|