Skip to content

Commit

Permalink
Add bower file
Browse files Browse the repository at this point in the history
  • Loading branch information
dleitee committed Apr 17, 2016
1 parent 53d5a3c commit b827bac
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "strman",
"description": "A Javascript string manipulation library without npm dependences.",
"main": "dist/strman.js",
"authors": [
"Daniel Leite de Oliveira <dleitee@gmail.com>"
],
"license": "MIT",
"keywords": [
"string",
"manipulate",
"str",
"manipulation"
],
"homepage": "https://github.com/dleitee/strman",
"moduleType": [],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit b827bac

Please # to comment.