diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..91a7252 --- /dev/null +++ b/bower.json @@ -0,0 +1,24 @@ +{ + "name": "strman", + "description": "A Javascript string manipulation library without npm dependences.", + "main": "dist/strman.js", + "authors": [ + "Daniel Leite de Oliveira " + ], + "license": "MIT", + "keywords": [ + "string", + "manipulate", + "str", + "manipulation" + ], + "homepage": "https://github.com/dleitee/strman", + "moduleType": [], + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}