From 15be4d2f26f768410d03e6beaf400aa2555fd025 Mon Sep 17 00:00:00 2001 From: Alex Jordan Date: Sun, 19 Jun 2016 03:22:04 -0700 Subject: [PATCH] Add package.json Fixes #10 --- package.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..06b2e43 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "jquery-basic-arithmetic-plugin", + "version": "1.1.0", + "description": "The long-awaited basic arithmetic plugin for jQuery", + "main": "jquery.basic_arithmetics.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/baphomet-berlin/jQuery-basic-arithmetic-plugin.git" + }, + "keywords": [ + "jquery", + "arithmetic" + ], + "author": "Claudio Brandolino ", + "bugs": { + "url": "https://github.com/baphomet-berlin/jQuery-basic-arithmetic-plugin/issues" + }, + "homepage": "https://github.com/baphomet-berlin/jQuery-basic-arithmetic-plugin#readme" +}