-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.69 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.69 KB
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 <daniel@handbuilt.co> (https://handbuilt.co)"
],
"repository": "lcache/wp-lcache",
"bugs": {
"url": "https://github.com/lcache/wp-lcache/issues"
},
"engines": {
"php": ">= 5.6",
"wordpress": ">= 4.3"
},
"badges": [
"[](https://travis-ci.org/<%= pkg.repository %>)",
"[](https://circleci.com/gh/<%= pkg.repository %>/tree/master/)",
"[](https://david-dm.org/<%= pkg.repository %>/master?type=dev)",
"[](https://github.com/<%= pkg.repository %>/blob/master/license.txt)",
"[) %>-8892bf.svg)](https://secure.php.net/supported-versions.php)",
"[) %>-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"
}
}