Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
Fixes #10
  • Loading branch information
strugee committed Jun 19, 2016
1 parent ae4377d commit 15be4d2
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
@@ -0,0 +1,22 @@
{
"name": "jquery-basic-arithmetic-plugin",
"version": "1.1.0",
"description": "The long-awaited basic arithmetic plugin for jQuery",
"main": "jquery.basic_arithmetics.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/baphomet-berlin/jQuery-basic-arithmetic-plugin.git"
},
"keywords": [
"jquery",
"arithmetic"
],
"author": "Claudio Brandolino <cbrandolino@gmail.com>",
"bugs": {
"url": "https://github.com/baphomet-berlin/jQuery-basic-arithmetic-plugin/issues"
},
"homepage": "https://github.com/baphomet-berlin/jQuery-basic-arithmetic-plugin#readme"
}

0 comments on commit 15be4d2

Please sign in to comment.