-
Notifications
You must be signed in to change notification settings - Fork 86
/
Copy pathpackage.json
44 lines (44 loc) · 1.27 KB
/
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
43
44
{
"name": "performance-bookmarklet",
"version": "1.7.2",
"description": "Bookmarklet (or browser snippet) to analyze page loading directly on the page (via Resource and Navigation Timing API)",
"author": {
"name": "Michael Mrowetz",
"email": "[email protected]",
"url": "https://github.com/micmro"
},
"scripts": {
"start": "grunt watchDistBookmarklet",
"dist": "grunt distAll",
"distBookmarklet": "grunt distBookmarklet",
"distFirefoxAddon": "grunt distFirefoxAddon",
"distChromeExtension": "grunt distChromeExtension",
"watchDistFirefoxAddon": "grunt watchDistFirefoxAddon",
"watchDistChromeExtension": "grunt watchDistChromeExtension"
},
"keywords": [
"performance",
"bookmarklet",
"ressource",
"timing",
"analyzer",
"analyser"
],
"repository": {
"type": "git",
"url": "https://github.com/micmro/performance-bookmarklet"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"grunt": "^1.5.3",
"grunt-babel": "^8.0.0",
"grunt-banner": "^0.6.0",
"grunt-browserify": "^5.3.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"load-grunt-tasks": "^5.0.0"
},
"license": "MIT"
}