-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 949 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 949 Bytes
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": "firephp-extension-workspace",
"version": "0.0.0",
"pm": "sm",
"main": "./server.js",
"repositories": [
{
"type": "git",
"url": "git://github.com/firephp/firephp-extension.git",
"path": "workspace"
}
],
"dependencies": {
"pinf": "~0.2.17",
"sm-util": "~0.1.12",
"express": "~4.17.1",
"hbs": "~2.1.0"
},
"mappings": {
"firefox": [
"dmg",
"http://download.cdn.mozilla.net/pub/mozilla.org/firefox/releases/23.0/mac/en-US/Firefox%2023.0.dmg"
],
"firebug": [
"archive",
"https://getfirebug.com/releases/firebug/1.12/firebug-1.12.0.xpi"
],
"fbtrace": [
"archive",
"https://getfirebug.com/releases/fbtrace/1.12/fbTrace-1.12b3.xpi"
]
},
"scripts": {
"run": "./scripts/run.js"
}
}