aboutsummaryrefslogtreecommitdiffstats
path: root/library/sprintf.js/bower.json
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-15 13:10:28 +1000
committerredmatrix <redmatrix@redmatrix.me>2015-05-15 13:10:28 +1000
commitd5803cfd0221cccc2456d72f15f39cf4f891a1da (patch)
tree78eacb1017da745432628d94769093790917a41d /library/sprintf.js/bower.json
parentf866a42a42b9e12756353f5bb39a0f31a64bb26a (diff)
parentc62e75d789787cc21438dde943885dda9f0ae387 (diff)
downloadvolse-hubzilla-d5803cfd0221cccc2456d72f15f39cf4f891a1da.tar.gz
volse-hubzilla-d5803cfd0221cccc2456d72f15f39cf4f891a1da.tar.bz2
volse-hubzilla-d5803cfd0221cccc2456d72f15f39cf4f891a1da.zip
Merge pull request #320 from dawnbreak/master
Add sprintf.js v1.0.2.
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"
+ }
+}