forked from cadorn/firephp-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 991 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
{
"uid": "http://registry.pinf.org/cadorn.org/github/firephp-extension/",
"name": "firephp-extension",
"author": "Christoph Dorn (http://www.christophdorn.com/)",
"repositories": [
{
"type": "git",
"url": "git://github.com/cadorn/firephp-extension.git"
}
],
"implements": {
"http://registry.pinf.org/cadorn.org/github/pinf/@meta/program/package/0.1.0": {
"defaultBuilder": "raw",
"builders": {
"raw": {
"module": "builder"
}
}
}
},
"pinf": {
"platforms": {
"narwhalrunner": {
"catalog": "http://registry.pinf.org/cadorn.org/github/narwhalrunner/packages/catalog.json",
"name": "pinf-platform",
"revision": "master"
}
},
"platform": "narwhalrunner",
"builder": {
"module": "builder"
}
}
}