Files
cdnjs/ajax/libs/kiwi/package.json
T
2012-08-20 01:28:32 +02:00

28 lines
759 B
JSON

{
"name": "kiwi",
"description": "Simple, modular, fast and lightweight template engine, based on jQuery templates syntax.",
"version": "0.2.1",
"author": "Pierre Matri <pierre.matri@coolony.com>",
"filename": "kiwi.min.js",
"contributors": [
{ "name": "Pierre Matri", "email": "pierre.matri@coolony.com" }
],
"dependencies": {
"frame": "*",
"underscore": "*",
"moment": "*"
},
"devDependencies": {
"mocha": "*",
"should": "*",
"uglify-js": "*",
"jshint": "*"
},
"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" }
}