forked from ampproject/amp-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 959 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": "3.0.0-canary.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": "3.0.0-canary.1",
"@ampproject/toolbox-core": "3.0.0-canary.1",
"@ampproject/toolbox-runtime-version": "3.0.0-canary.1",
"at-least-node": "1.0.0",
"fs-extra": "10.0.0",
"node-fetch": "2.6.1"
},
"bugs": {
"url": "https://github.com/ampproject/amp-toolbox/issues"
},
"homepage": "https://github.com/ampproject/amp-toolbox/tree/main/packages/runtime-fetch",
"gitHead": "9b159391d776396512b01ec250fa76941713c763"
}