forked from ampproject/amp-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 837 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-validator-rules",
"version": "1.1.1",
"description": "A library that helps query AMP Validator rules",
"main": "index.js",
"keywords": [
"amp"
],
"scripts": {
"fetchRules": "curl https://cdn.ampproject.org/v0/validator.json --output validator.json"
},
"files": [
"index.js",
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ampproject/amp-toolbox.git"
},
"author": "AMPHTML Team",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ampproject/amp-toolbox/issues"
},
"dependencies": {
"cross-fetch": "3.0.4"
},
"homepage": "https://github.com/ampproject/amp-toolbox/tree/master/packages/validator-rules",
"directories": {
"lib": "lib"
},
"gitHead": "783938063dde0c32f5a79af4148eec53f26e903f"
}