-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 822 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 822 Bytes
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
{
"name": "focus-object-cache",
"title": "FOCUS Object Cache",
"description": "File-based Object Cache is Utterly Slow: An Object Caching Dropin for WordPress that uses the local file system.",
"version": "1.0.1",
"homepage": "https://github.com/emrikol/focus",
"repository": {
"type": "git",
"url": "https://github.com/emrikol/focus"
},
"author": {
"name": "Derrick Tennant",
"email": "[email protected]",
"url": "https://emrikol.com"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-copy": "^1.0.0",
"grunt-shell": "^2.1.0",
"grunt-text-replace": "^0.4.0",
"grunt-version": "^1.1.1",
"load-grunt-tasks": "^3.5.2"
},
"license": "GPL-3.0"
}