Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
webciter authored May 11, 2019
1 parent bb79062 commit 8585a70
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": "element-functions-set_alpha",
"version": "1.0.0",
"description": "Allows you to change the alpha values of a element without breaking the cascading effect of css.",
"main": "Element.js",
"dependencies": {

},
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/webciter/setAlpha.git"
},
"keywords": [
"canvas","transparency"
],
"author": "David Clews",
"license": "MIT",
"bugs": {
"url": "https://github.com/webciter/setAlpha/issues"
},
"homepage": "https://github.com/webciter/setAlpha#readme"
}

0 comments on commit 8585a70

Please sign in to comment.