Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Fixed package.json & bower.json as per #issue-22 & #issue-21
Browse files Browse the repository at this point in the history
  • Loading branch information
Amol Udage committed Dec 21, 2015
1 parent 8daae53 commit b03db38
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 0 deletions.
25 changes: 25 additions & 0 deletions bower.json
@@ -0,0 +1,25 @@
{
"name": "long-press",
"version": "0.0.2",
"homepage": "https://github.com/quentint/long-press",
"description": "Long Press is a jQuery plugin to ease the writing of accented or rare characters.",
"main": "js/jquery.longpress.js",
"dependencies": {
"jquery": ">1.9.0"
},
"keywords": [
"characters",
"accented"
],
"authors": [
"quentint"
],
"license": "MIT",
"ignore": [
"**/.*",
"test",
"tests",
"node_modules",
"bower_components"
]
}
22 changes: 22 additions & 0 deletions package.json
@@ -0,0 +1,22 @@
{
"name": "long-press",
"version": "0.0.2",
"description": "Long Press is a jQuery plugin to ease the writing of accented or rare characters.",
"main": "js/jquery.longpress.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/quentint/long-press.git"
},
"keywords": [
"characters"
],
"author": "quentint",
"license": "MIT",
"bugs": {
"url": "https://github.com/quentint/long-press/issues"
},
"homepage": "https://github.com/quentint/long-press#readme"
}

0 comments on commit b03db38

Please sign in to comment.