forked from bgirard/Gecko-Profiler-Addon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
23 lines (23 loc) · 936 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
{
"description": "Provide advanced profiling results integrating both the Javascript and C++ (platform) execution. Focus in on the cause of slow events causing the browser to be unresponsive and share the profiles with others. Ideal for both platform or Web development. For all the profiling features use a Nightly firefox build.",
"license": "MPL2",
"author": "Benoit Girard <[email protected]>",
"url": "https://github.com/bgirard/Gecko-Profiler-Addon",
"version": "1.12.6.1",
"dependencies": [
"addon-kit",
"api-utils",
"vold-utils",
"xulkeys",
"toolbarbutton"
],
"comment_preferences": [{
"name": "somePreference",
"title": "Some preference title",
"type": "string",
"value": "this is the default string value"
}],
"name": "geckoprofiler",
"fullName": "Gecko Profiler",
"id": "jid0-edalmuivkozlouyij0lpdx548bc"
}