Skip to content
This repository was archived by the owner on Nov 23, 2024. It is now read-only.

Commit

Permalink
bower init
Browse files Browse the repository at this point in the history
  • Loading branch information
kepro committed Jan 3, 2015
1 parent ccfd577 commit 2adadea
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "angular-remove-diacritics",
"version": "0.0.1",
"homepage": "https://github.com/Kepro/angular-remove-diacritics",
"authors": [
"kepro <[email protected]>"
],
"description": "Angular service to remove accents/diacritics in strings",
"main": "remove-diacritics.js",
"keywords": [
"angular",
"diacritics",
"service"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.3.8"
}
}

0 comments on commit 2adadea

Please sign in to comment.