aboutsummaryrefslogtreecommitdiffstats
path: root/library/sprintf.js/bower.json
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-14 20:10:45 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-14 20:10:45 -0700
commit9de88c49c35d6bfb92080e6a048fc34eb20f6f90 (patch)
tree8a637d8a310f9045a381ce71ae512cd29fb305df /library/sprintf.js/bower.json
parent51b89f0ed8833004cf695de90791d8d0eec550b5 (diff)
parentd5803cfd0221cccc2456d72f15f39cf4f891a1da (diff)
downloadvolse-hubzilla-9de88c49c35d6bfb92080e6a048fc34eb20f6f90.tar.gz
volse-hubzilla-9de88c49c35d6bfb92080e6a048fc34eb20f6f90.tar.bz2
volse-hubzilla-9de88c49c35d6bfb92080e6a048fc34eb20f6f90.zip
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Diffstat (limited to 'library/sprintf.js/bower.json')
-rw-r--r--library/sprintf.js/bower.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/library/sprintf.js/bower.json b/library/sprintf.js/bower.json
new file mode 100644
index 000000000..ecdf6d542
--- /dev/null
+++ b/library/sprintf.js/bower.json
@@ -0,0 +1,14 @@
+{
+ "name": "sprintf",
+ "description": "JavaScript sprintf implementation",
+ "version": "1.0.2",
+ "main": "src/sprintf.js",
+ "license": "BSD-3-Clause-Clear",
+ "keywords": ["sprintf", "string", "formatting"],
+ "authors": ["Alexandru Marasteanu <hello@alexei.ro> (http://alexei.ro/)"],
+ "homepage": "https://github.com/alexei/sprintf.js",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/alexei/sprintf.js.git"
+ }
+}