UNPKG

491 BJSONView Raw
1{
2 "name" : "ect",
3 "version" : "0.5.4",
4 "description" : "CoffeeScript template engine",
5 "homepage" : "http://ectjs.com",
6 "keywords" : [ "template", "coffeescript" ],
7 "author" : "Vadim M. Baryshev <vadimbaryshev@gmail.com>",
8 "bin" : {
9 "ect" : "./bin/ect"
10 },
11 "main" : "./index",
12 "repository" : {
13 "type" : "git",
14 "url" : "git://github.com/baryshev/ect.git"
15 },
16 "dependencies" : {
17 "coffee-script" : ">= 1.5.0",
18 "optimist" : "0.4.0"
19 },
20 "engines" : { "node" : ">= 0.4.0" }
21}