summaryrefslogtreecommitdiff
path: root/node_modules/extsprintf/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/extsprintf/package.json')
-rw-r--r--node_modules/extsprintf/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/node_modules/extsprintf/package.json b/node_modules/extsprintf/package.json
new file mode 100644
index 0000000..b788895
--- /dev/null
+++ b/node_modules/extsprintf/package.json
@@ -0,0 +1,14 @@
+{
+ "name": "extsprintf",
+ "version": "1.3.0",
+ "description": "extended POSIX-style sprintf",
+ "main": "./lib/extsprintf.js",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/davepacheco/node-extsprintf.git"
+ },
+ "engines": [
+ "node >=0.6.0"
+ ],
+ "license": "MIT"
+}