aboutsummaryrefslogtreecommitdiffstats
path: root/library/sprintf.js/package.json
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-14 22:01:02 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-14 22:01:02 -0700
commitbceef58584a5753482412e7029f59710afe94a20 (patch)
tree90e6d35708946a3154a18c2b91b6210b8c8202e9 /library/sprintf.js/package.json
parent47564d4310da9a494cafcaba2741d6974dfcb9ce (diff)
parentd5803cfd0221cccc2456d72f15f39cf4f891a1da (diff)
downloadvolse-hubzilla-bceef58584a5753482412e7029f59710afe94a20.tar.gz
volse-hubzilla-bceef58584a5753482412e7029f59710afe94a20.tar.bz2
volse-hubzilla-bceef58584a5753482412e7029f59710afe94a20.zip
Merge https://github.com/redmatrix/redmatrix into pending_merge
Diffstat (limited to 'library/sprintf.js/package.json')
-rw-r--r--library/sprintf.js/package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/library/sprintf.js/package.json b/library/sprintf.js/package.json
new file mode 100644
index 000000000..ebf4a21fe
--- /dev/null
+++ b/library/sprintf.js/package.json
@@ -0,0 +1,22 @@
+{
+ "name": "sprintf-js",
+ "version": "1.0.2",
+ "description": "JavaScript sprintf implementation",
+ "author": "Alexandru Marasteanu <hello@alexei.ro> (http://alexei.ro/)",
+ "main": "src/sprintf.js",
+ "scripts": {
+ "test": "mocha test/test.js"
+ },
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/alexei/sprintf.js.git"
+ },
+ "license": "BSD-3-Clause",
+ "readmeFilename": "README.md",
+ "devDependencies": {
+ "mocha": "*",
+ "grunt": "*",
+ "grunt-contrib-watch": "*",
+ "grunt-contrib-uglify": "*"
+ }
+}