forked from micmro/performance-bookmarklet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.18 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
{
"name": "performance-bookmarklet",
"version": "1.7.0",
"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": {
"grunt-babel": "^4.0.0",
"grunt-banner": "^0.3.1",
"grunt-browserify": "^3.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"load-grunt-tasks": "^3.1.0"
},
"license": "MIT"
}