Skip to content

Commit c7c2918

Browse files
committed
Add bower.json.
1 parent 4404bb7 commit c7c2918

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

bower.json

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "utf8",
3+
"version": "0.0.0",
4+
"description": "tilities for UTF-8 character encoding.",
5+
"authors": {
6+
"name": "Jared Hanson",
7+
"email": "[email protected]",
8+
"homepage": "http://www.jaredhanson.net/"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "git://github.com/anchorjs/utf8.git"
13+
},
14+
"license": "MIT",
15+
"main": "main.js",
16+
"ignore": [
17+
".gitignore",
18+
".jshintrc",
19+
"Makefile",
20+
"README.md",
21+
"component.json",
22+
"package.json",
23+
"test"
24+
]
25+
}

0 commit comments

Comments
 (0)