utc
Version:
Simple underscore.js template compiler.
51 lines (42 loc) • 1.08 kB
JSON
{
"name" : "utc",
"description" : "Simple underscore.js template compiler.",
"version" : "0.1.0",
"homepage" : "https://github.com/nowamasa/utc",
"author" : {
"name" : "nowamasa",
"email" : "nowamasa@gmail.com"
},
"repository" : {
"type" : "git",
"url" : "git://github.com/nowamasa/utc.git"
},
"licenses" : [{
"type" : "MIT",
"url" : "https://github.com/nowamasa/utc/blob/master/LICENSE-MIT"
}],
"main" : "index",
"directories" : {
"lib" : "./lib"
},
"bin" : {
"utc" : "./bin/utc"
},
"engines" : {
"node" : ">= 0.6.17"
},
"scripts" : {
"test" : "grunt test"
},
"dependencies" : {
"coffee-script" : ">= 1.3.3",
"commander" : ">= 0.6.1",
"glob" : ">= 3.1.10",
"requirejs" : ">= 2.0.2",
"underscore" : ">= 1.3.3"
},
"devDependencies" : {
"grunt" : "~0.3.9"
},
"keywords" : ["AMD", "template compiler", "underscore"]
}