forked from ampproject/amp-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 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
36
37
38
39
{
"name": "@ampproject/toolbox-optimizer",
"version": "1.0.0-beta.0",
"description": "Server-side rendering for AMPs.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ampproject/amp-toolbox.git"
},
"files": [
"index.js",
"lib"
],
"keywords": [
"amp"
],
"author": "AMPHTML Team",
"license": "Apache-2.0",
"peerDependenciesMeta": {
"jimp": {
"optional": true
},
"lru-cache": {
"optional": true
}
},
"dependencies": {
"@ampproject/toolbox-core": "^1.0.0-beta.0",
"@ampproject/toolbox-runtime-version": "^1.0.0-beta.0",
"css": "2.2.4",
"parse5": "5.1.0",
"parse5-htmlparser2-tree-adapter": "5.1.0"
},
"bugs": {
"url": "https://github.com/ampproject/amp-toolbox/issues"
},
"homepage": "https://github.com/ampproject/amp-toolbox/tree/master/packages/optimizer",
"gitHead": "fd8f6a83d9c444c9fdf6c6eba01dc5b360bbae59"
}