-
Notifications
You must be signed in to change notification settings - Fork 243
/
package.json
35 lines (35 loc) · 926 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": "@ampproject/toolbox-runtime-fetch",
"version": "2.10.1",
"description": "Download the AMP runtime",
"main": "index.js",
"keywords": [
"amp",
"download",
"runtime"
],
"files": [
"index.js",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ampproject/amp-toolbox.git",
"directory": "packages/runtime-fetch"
},
"author": "AMPHTML Team",
"license": "Apache-2.0",
"dependencies": {
"@ampproject/toolbox-cache-list": "2.10.1",
"@ampproject/toolbox-core": "2.10.1",
"@ampproject/toolbox-runtime-version": "2.10.1",
"at-least-node": "1.0.0",
"fs-extra": "9.1.0",
"node-fetch": "2.6.7"
},
"bugs": {
"url": "https://github.com/ampproject/amp-toolbox/issues"
},
"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/runtime-fetch",
"gitHead": "6103eb57765445355421826791361ac9ed9cf4d8"
}