rule
Version:
Coffeescript friendly css selector based templating
26 lines (25 loc) • 708 B
JSON
{
"name" : "rule",
"version" : "v1.0.5",
"description" : "Coffeescript friendly css selector based templating",
"keywords" : [ "coffeescript", "template", "templating", "css", "selector", "mapping", "pure", "dom", "manipulation" ],
"homepage" : "http://www.rulejs.com",
"author" : "Tim Etler <tmetler@gmail.com> (http://www.timetler.com)",
"main" : "./rule.js",
"repository" : {
"type" : "git",
"url" : "git@github.com:etler/rule.git"
},
"dependencies" : {
"sub" : "^1.0.0"
},
"devDependencies" : {
"coffee-script" : "1.4.0",
"expect.js" : "0.2.0",
"mocha" : "1.11.0"
},
"scripts" : {
"prepublish" : "cake build",
"test": "cake all && mocha"
}
}