-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
35 lines (35 loc) · 1.69 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "wp-lcache",
"title": "WP LCache",
"description": "Supercharge your WP Object Cache with LCache, a persistent, performant, and multi-layer cache library.",
"version": "0.5.2",
"license": "GPL-2.0",
"author": "Pantheon",
"homepage": "https://wordpress.org/plugins/wp-lcache/",
"main": "Gruntfile.js",
"contributors": [
"Daniel Bachhuber <[email protected]> (https://handbuilt.co)"
],
"repository": "lcache/wp-lcache",
"bugs": {
"url": "https://github.com/lcache/wp-lcache/issues"
},
"engines": {
"php": ">= 5.6",
"wordpress": ">= 4.3"
},
"badges": [
"[![Travis CI](https://travis-ci.org/<%= pkg.repository %>.svg?branch=master)](https://travis-ci.org/<%= pkg.repository %>)",
"[![CircleCI](https://circleci.com/gh/<%= pkg.repository %>/tree/master.svg?style=shield)](https://circleci.com/gh/<%= pkg.repository %>/tree/master/)",
"[![devDependencies Status](https://david-dm.org/<%= pkg.repository %>/master/dev-status.svg)](https://david-dm.org/<%= pkg.repository %>/master?type=dev)",
"[![License](https://img.shields.io/badge/license-GPL--2.0-brightgreen.svg)](https://github.com/<%= pkg.repository %>/blob/master/license.txt)",
"[![PHP <%= pkg.engines.php %>](https://img.shields.io/badge/php-<% print(encodeURI(pkg.engines.php)) %>-8892bf.svg)](https://secure.php.net/supported-versions.php)",
"[![WordPress <%= pkg.engines.wordpress %>](https://img.shields.io/badge/wordpress-<% print(encodeURI(pkg.engines.wordpress)) %>-blue.svg)](https://wordpress.org/download/release-archive/)"
],
"devDependencies": {
"grunt": "^1.0.1",
"grunt-dev-update": "^2.2.0",
"grunt-wp-readme-to-markdown": "^2.0.1",
"matchdep": "^1.0.1"
}
}