-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 848 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
{
"name": "@sdscoep/web-review",
"version": "0.1.4",
"description": "A npm package to check the responsiveness of your website and audit it's performance",
"main": "src/index.js",
"bin": {
"web-review": "src/cli.js"
},
"scripts": {
"test": "node src/test.js",
"start": "node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/savannahar68/web-review.git"
},
"keywords": [
"npm",
"audit",
"performance",
"responsiveness",
"phantomjs"
],
"author": "Savan Nahar",
"license": "MIT",
"bugs": {
"url": "https://github.com/savannahar68/web-review/issues"
},
"homepage": "https://github.com/savannahar68/web-review#readme",
"dependencies": {
"lighthouse": "^5.6.0",
"optimist": "^0.6.1",
"pageres": "^5.2.0",
"path": "^0.12.7"
}
}