We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e11d78 commit 51eb774Copy full SHA for 51eb774
bower.json
@@ -0,0 +1,27 @@
1
+{
2
+ "name": "firebug-lite",
3
+ "description": "Firebug Lite: doing the Firebug way, anywhere.",
4
+ "version": "1.5.1",
5
+ "private": false,
6
+ "license": "BSD",
7
+ "main": [
8
+ "license.txt",
9
+ "build/firebug-lite.js",
10
+ "build/firebug-lite-beta.js",
11
+ "build/firebug-lite-debug.js",
12
+ "skin"
13
+ ],
14
+ "ignore": [
15
+ "content",
16
+ "docs",
17
+ "plugin",
18
+ "sandbox",
19
+ "tests"
20
21
+ "keywords": [
22
+ "firebug",
23
+ "firebug-lite",
24
+ "javascript",
25
+ "library"
26
+ ]
27
+}
0 commit comments