forked from ampproject/amp-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 943 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
{
"name": "@ampproject/toolbox-update-cache",
"version": "3.0.0-canary.1",
"description": "Implements the AMP update-cache API, as described at https://developers.google.com/amp/cache/update-cache ",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ampproject/amp-toolbox.git",
"directory": "packages/update-cache"
},
"keywords": [
"amp",
"amp-toolbox",
"amp-cache",
"update-cache"
],
"files": [
"index.js",
"lib"
],
"author": "AMPHTML Team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ampproject/amp-toolbox/issues"
},
"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/update-cache",
"dependencies": {
"@ampproject/toolbox-cache-list": "3.0.0-canary.1",
"@ampproject/toolbox-cache-url": "^2.8.0",
"jsrsasign": "10.3.0"
},
"gitHead": "2937a3e777701f9cec81b1cc36d1b9927a6b4403"
}