package.json
432 Bytes
{
"name" : "rivets",
"description" : "Declarative DOM-binding facility.",
"version" : "0.1.11",
"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"
},
"scripts" : {
"build" : "coffee -o lib -c src"
}
}