forked from SnigBhaumik/site-mobile-friendly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1012 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
40
41
{
"name": "site-mobile-friendly",
"version": "1.0.1",
"description": "Checks if the site is mobile-friendly (by Google Search Console API). Renders detailed reports.",
"main": "index.js",
"bin": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SnigBhaumik/site-mobile-friendly.git"
},
"keywords": [
"mobile",
"mobile-friendly",
"google",
"googleapi",
"mobile-check",
"mobile-test",
"metrics",
"performance"
],
"author": "Snig Bhaumik",
"license": "MIT",
"bugs": {
"url": "https://github.com/SnigBhaumik/site-mobile-friendly/issues"
},
"_npmUser": {
"name": "snig.bhaumik",
"email": "[email protected]"
},
"dependencies": {
"chalk": "^1.1.3",
"yargs": "^8.0.2",
"gulp": "^3.7.0",
"request": "^2.81.0",
"is-json": "^2.0.1"
},
"homepage": "https://github.com/SnigBhaumik/site-mobile-friendly#readme"
}