package.json
525 Bytes
{
"name" : "rivets",
"description" : "Declarative data binding facility.",
"version" : "0.3.6",
"author" : "Michael Richards",
"url" : "http://rivetsjs.com",
"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"
},
"devDependencies" : {
"grunt" : "0.3.x",
"grunt-jasmine-task" : "0.2.x",
"coffee-script" : "1.3.x"
}
}