package.json 373 Bytes
{
  "name" : "rivets",
  "description" : "Declarative DOM-binding facility.",
  "version" : "0.1.9",
  "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"
  }
}