Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Oct 10, 2012
1 parent 91e62b7 commit 7de4160
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "rounded-rect",
"description": "Rounded canvas rectangles",
"version": "0.0.1",
"keywords": ["rounded", "rect", "rectangle", "canvas"],
"dependencies": {},
"development": {},
"scripts": [
"index.js"
]
}

0 comments on commit 7de4160

Please sign in to comment.