{
  "name": "kiwi",
  "description": "Simple, modular, fast and lightweight template engine, based on jQuery templates syntax.",
  "version": "0.2.2",
  "author": "Pierre Matri <pierre.matri@coolony.com>",
  "contributors": [
    { "name": "Pierre Matri", "email": "pierre.matri@coolony.com" }
  ],
  "dependencies": {
    "frame": "*",
    "underscore": "*",
    "moment": "*"
  },
  "devDependencies": {
    "mocha": "*",
    "should": "*",
    "uglify-js": "*",
    "jshint": "*",
    "commander": "*"
  },
  "keywords": ["kiwi", "asynchronous", "template", "web", "express", "engine", "html"],
    "repository": "git://github.com/coolony/kiwi",
    "main": "index",
  "scripts": {
    "test": "make test"
    },
  "engines": { "node":">= 0.6.0" }
}