Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Katochimoto committed Jul 1, 2015
1 parent 2e904cc commit 64a7b9a
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "ckeditor-autolink",
"version": "0.0.2",
"description": "A hyperlink auto-generator plugin for CKEditor",
"main": "plugins/autolink/plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Katochimoto/ckeditor-autolink.git"
},
"keywords": [
"hyperlink",
"auto-generator",
"CKEditor"
],
"author": "Katochimoto",
"license": "MIT",
"bugs": {
"url": "https://github.com/Katochimoto/ckeditor-autolink/issues"
},
"homepage": "https://github.com/Katochimoto/ckeditor-autolink#readme"
}

0 comments on commit 64a7b9a

Please sign in to comment.