forked from suhanovv/prerender-file-cache
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 964 Bytes
/
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": "prerender-filesystem-cache",
"version": "2.0.0",
"description": "prerender.io plugin for caching in file system (based on https://github.com/suhanovv/prerender-file-cache)",
"main": "index.js",
"scripts": {
"test": "./node_modules/istanbul/lib/cli.js cover ./node_modules/.bin/_mocha",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/matthesrieke/prerender-filesystem-cache.git"
},
"keywords": [
"prerender",
"filesystem",
"cache"
],
"dependencies": {
"node-fs": "^0.1.7",
"cache-manager": "^2.6.0",
"sanitize-filename": "^1.6.0"
},
"author": "Matthes Rieke",
"license": "BSD-3-Clause",
"readmeFilename": "README.md",
"devDependencies": {
"coveralls": "^3.0.2",
"istanbul": "^0.4.3",
"mocha": "^5.2.0",
"node-uuid": "^1.4.7",
"should": "^8.3.1",
"unit.js": "^2.0.0"
}
}