Skip to content

Commit 51eb774

Browse files
committed
introduce bower.json
1 parent 5e11d78 commit 51eb774

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

bower.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)