Skip to content

Commit

Permalink
added package.json file for use with npm
Browse files Browse the repository at this point in the history
  • Loading branch information
Félix Goalec committed Mar 18, 2015
1 parent 1411fb4 commit ace843b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
node_modules
30 changes: 30 additions & 0 deletions package.json
@@ -0,0 +1,30 @@
{
"name": "raphael-pan-zoom",
"version": "1.0.0",
"description": "This plugin enables pan and zoom functionality to a Raphael JS paper.",
"main": "src/raphael.pan-zoom.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/escobar5/raphael-pan-zoom.git"
},
"keywords": [
"raphael",
"pan",
"zoom"
],
"author": "escobar5",
"license": "ISC",
"bugs": {
"url": "https://github.com/escobar5/raphael-pan-zoom/issues"
},
"homepage": "https://github.com/escobar5/raphael-pan-zoom",
"dependencies": {
"raphael": "^2.1.4"
}
}

0 comments on commit ace843b

Please sign in to comment.