templito
Version:
Generates javascript files for underscore.js templates.
42 lines (41 loc) • 816 B
JSON
{
"name": "templito",
"version": "0.0.11",
"engines": {
"node": ">=0.8.0"
},
"description": "Generates javascript files for underscore.js templates.",
"main": "index.js",
"directories": {
"test": "./test",
"bin": "./bin"
},
"bin": {
"templito": "./bin/templito"
},
"scripts": {
"test": "./bin/test"
},
"repository": {
"type": "git",
"url": "git://github.com/benekastah/templito.git"
},
"keywords": [
"underscore",
"underscore.js",
"template",
"underscore",
"templates"
],
"author": "Paul Harper <benekastah@gmail.com>",
"license": "BSD",
"dependencies": {
"optimist": "~0.4.0",
"coffee-script": "~1.6.2"
},
"optionalDependencies": {
"underscore": "~1.4.4",
"node-watch": "~0.3.3"
},
"preferGlobal": true
}