From 79149f6733b3d26b242492f1187329d327e7e2d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven=20Weing=C3=A4rtner?= Date: Fri, 16 Feb 2018 17:17:45 +0100 Subject: [PATCH] Add package.json --- 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..eb8dfdc --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "@ofcs/jquery-svg", + "version": "1.5.0", + "description": "jQuery SVG Integration ======================", + "main": "jquery.svg.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/brainbits/jquery-svg.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/brainbits/jquery-svg/issues" + }, + "homepage": "https://github.com/brainbits/jquery-svg#readme", + "publishConfig": { + "registry": "http://npm.int-vm-rancher-host2.brainbits-gmbh.local" + } +}