Skip to content

Commit

Permalink
added bower description
Browse files Browse the repository at this point in the history
  • Loading branch information
e- committed May 14, 2016
1 parent 4899c3b commit 84fac6d
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions bower.json
@@ -0,0 +1,27 @@
{
"name": "hangul-js",
"description": "A simple library for manipulating Hangul (Korean alphabet)",
"main": "hangul.js",
"authors": [
"Jaemin Jo"
],
"license": "MIT",
"keywords": [
"hangul",
"korean",
"alphabet"
],
"homepage": "https://github.com/e-/Hangul.js",
"moduleType": [
"amd",
"globals",
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "hangul-js",
"version": "0.1.8",
"description": "Hangul (Korean alphabet) manipulating library",
"version": "0.2.0",
"description": "A simple library for manipulating Hangul (Korean alphabet)",
"homepage": "https://github.com/e-/Hangul.js",
"author": "Jaemin Jo",
"keywords": [
Expand Down

0 comments on commit 84fac6d

Please sign in to comment.