Skip to content

Commit

Permalink
package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Frame committed Jul 29, 2013
1 parent 0ad7a6c commit de3ca53
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "classkit",
"version": "0.0.1",
"description": "class-like inheritance if you're into that sort of thing",
"main": "index.js",
"keywords": [
"class",
"inheritance"
],
"author": "Jason Frame <jason@onehackoranother.com> (jasonframe.co.uk)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jaz303/classkit.git"
}
}

0 comments on commit de3ca53

Please sign in to comment.