From 782a43441f4fcf671090d88b80c7fb144a73b818 Mon Sep 17 00:00:00 2001 From: 0N3S3C <0n3s3c@outlook.com> Date: Mon, 30 Nov 2015 15:34:09 -0500 Subject: [PATCH] add package.json file for npm --- package.json | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..142e6b5 --- /dev/null +++ b/package.json @@ -0,0 +1,28 @@ +{ + "name": "jqyt", + "version": "1.0.0", + "description": "A jQuery plug-in for easily working with YouTube videos", + "main": "jquery.jqyt.js", + "directories": { + "example": "examples" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/0N3S3C/jqyt.git" + }, + "keywords": [ + "jquery-plugin", + "ecosystem:jquery", + "youtube", + "google" + ], + "author": "Joshua Jones", + "license": "MIT", + "bugs": { + "url": "https://github.com/0N3S3C/jqyt/issues" + }, + "homepage": "https://github.com/0N3S3C/jqyt#readme" +}