Skip to content

Commit

Permalink
add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dodo committed Sep 14, 2014
1 parent 04df3a0 commit e1a24e5
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "slug",
"version": "0.6.0",
"homepage": "https://github.com/dodo/node-slug",
"authors": [
"▟ ▖▟ ▖ <[email protected]>"
],
"description": "slugifies even utf-8 chars!",
"main": "slug.js",
"moduleType": [
"amd",
"globals",
"node"
],
"keywords": [
"slugify",
"slug",
"string",
"utf8",
"utf-8",
"unicode",
"url"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit e1a24e5

Please sign in to comment.