Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldkim committed Sep 23, 2011
1 parent e69c65a commit 133ffb0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
@@ -0,0 +1,16 @@
{
"name" : "validations",
"description" : "A validation library for JavaScript objects modeled loosely on ActiveRecord validations.",
"homepage" : "http://danieldkim.github.com/validations-js/",
"keywords" : ["validation"],
"author" : "Daniel Kim <danieldkimster@gmail.com>",
"contributors" : [],
"dependencies" : {
"underscore" : ">=1.1.7",
"underscore.string" : ">=1.1.6",
"nodeunit" : ">=0.5.5"
},
"repository" : {"type": "git", "url": "git@github.com:danieldkim/validations-js.git"},
"main" : "validations.js",
"version" : "0.1.0"
}

0 comments on commit 133ffb0

Please sign in to comment.