From 621b7be58efa0cf01b1bde70a5ace6fd1b644632 Mon Sep 17 00:00:00 2001 From: Chiew Chung Date: Tue, 14 Mar 2017 16:51:29 +0900 Subject: [PATCH] create npm package (local ClassDo scope) --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..c4aee1e --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "@classdo/etherpad-lite-jquery-plugin", + "version": "1.0.0", + "description": "A jQuery plugin to inject Etherpad lite pads and read the content from pads http://etherpad.org", + "main": "js/etherpad.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/ClassDo/etherpad-lite-jquery-plugin.git" + }, + "keywords": [ + "etherpad", + "jquery", + "javascript" + ], + "author": "Chiew Chung", + "license": "ISC", + "bugs": { + "url": "https://github.com/ClassDo/etherpad-lite-jquery-plugin/issues" + }, + "homepage": "https://github.com/ClassDo/etherpad-lite-jquery-plugin#readme" +}