Skip to content

Commit

Permalink
Merge pull request #11 from strugee/package-json
Browse files Browse the repository at this point in the history
Add package.json
  • Loading branch information
cbrandolino authored Jun 20, 2016
2 parents ae4377d + 15be4d2 commit 58f0e90
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 58f0e90

Please sign in to comment.