-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 895 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
42
{
"name": "psi-ngrok",
"version": "0.1.2",
"description": "PageSpeed Insights with local project",
"main": "index.js",
"scripts": {
"test": "ava",
"grunt-example": "grunt --gruntfile recipes/grunt/gruntfile.js",
"gulp-example": "gulp --gulpfile recipes/gulp/gulpfile.js --cwd recipes/gulp"
},
"author": "denar90",
"repository": "denar90/psi-ngrok",
"license": "MIT",
"files": [
"index.js"
],
"keywords": [
"pagespeed",
"insights",
"speed",
"page",
"website",
"measure",
"optimize",
"size",
"localhost"
],
"dependencies": {
"ngrok": "^2.2.2",
"psi": "^2.0.4"
},
"devDependencies": {
"ava": "^0.14.0",
"connect": "^3.5.0",
"grunt": "^1.0.1",
"grunt-contrib-connect": "^1.0.2",
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
"serve-static": "^1.11.1",
"sinon": "^1.17.5"
}
}