forked from ampproject/amp-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 886 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
{
"name": "@ampproject/toolbox-update-cache",
"version": "1.1.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"
},
"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/master/packages/update-cache",
"dependencies": {
"@ampproject/toolbox-cache-list": "^1.1.1",
"@ampproject/toolbox-cache-url": "^1.1.1",
"jsrsasign": "8.0.12"
},
"gitHead": "783938063dde0c32f5a79af4148eec53f26e903f"
}