mirror of
https://github.com/wahyd4/cdnjs.git
synced 2026-08-25 20:56:22 +10:00
28 lines
759 B
JSON
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" }
|
|
} |