Skip to content

Commit

Permalink
added package.json and tagged repository as semver compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
neonstalwart committed Jan 26, 2011
1 parent 2a44ff4 commit 88225ac
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions package.json
@@ -0,0 +1,36 @@
{
"name": "twine",
"description": "twine is a an application micro-framework for javascript.",
"version": "0.0.0alpha",
"keywords": ["twine", "application framework", "micro framework"],
"maintainers": [
{
"name": "Ben Hockey",
"email": "ben.hockey@cello.com"
}
],
"contributors": [
{
"name": "Ben Hockey",
"email": "ben.hockey@cello.com"
}
],
"bugs": {
"web": "https://github.com/neonstalwart/twine/issues"
},
"licenses": [
{
"type": "BSD",
"url": "https://github.com/neonstalwart/twine/blob/master/LICENSE"
}
],
"repositories": [
{
"type": "git",
"url": "git://github.com/neonstalwart/twine.git"
}
],
"dependencies": {
"compose": "0.1.2"
}
}

0 comments on commit 88225ac

Please sign in to comment.