From 732c5e899a9ae79e6fe3a013597608748755ee48 Mon Sep 17 00:00:00 2001 From: Ludovico Fischer Date: Thu, 6 Aug 2015 17:21:38 +0200 Subject: [PATCH] Added package.json. --- package.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..22825c4 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "vargs", + "version": "0.1.0", + "description": "Variable argument handling for functions taking a callback.", + "main": "lib/vargs.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/cloudhead/vargs.git" + }, + "author": "Alexis Sellier ", + "license": "MIT", + "bugs": { + "url": "https://github.com/cloudhead/vargs/issues" + }, + "homepage": "https://github.com/cloudhead/vargs#readme" +}