package.json 422 Bytes
{
  "name" : "rivets",
  "description" : "Declarative DOM-binding facility.",
  "version" : "0.1.0",
  "author" : "Michael Richards",
  "main" : "./lib/rivets.js",
  "licenses" : [{
    "type" : "MIT",
    "url" : "https://github.com/mikeric/rivets/blob/master/LICENSE"
  }],
  "repository" : {
    "type" : "git",
    "url" : "https://github.com/mikeric/rivets.git"
  },
  "dependencies" : {
    "jquery" : "1.5.0"
  }
}