From e7aaedf8bd6a481f79497d5b66cec99b401ddf22 Mon Sep 17 00:00:00 2001 From: Jerry Zou Date: Thu, 23 Mar 2017 11:45:41 +0800 Subject: [PATCH] Add manifest file to make npm capable of installing this package --- package.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..389e681 --- /dev/null +++ b/package.json @@ -0,0 +1,20 @@ +{ + "name": "jquery.flot.comments.js", + "version": "1.0.0", + "description": "Null", + "main": "jquery.flot.comments.js", + "directories": { + "example": "examples" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/wktang/jquery.flot.comments.js.git" + }, + "bugs": { + "url": "https://github.com/wktang/jquery.flot.comments.js/issues" + }, + "homepage": "https://github.com/wktang/jquery.flot.comments.js#readme" +}