Skip to content

Commit

Permalink
add package.json file for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
0N3S3C committed Nov 30, 2015
1 parent ff050fe commit 782a434
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 782a434

Please sign in to comment.