ectify
Version:
browserify transformer for precompiling ECT templates
45 lines (44 loc) • 931 B
JSON
{
"name": "ectify",
"version": "0.1.2",
"description": "browserify transformer for precompiling ECT templates",
"keywords": [
"template",
"browserify",
"browserify-transform",
"transform",
"coffeescript",
"ECT",
"browser"
],
"homepage": "https://github.com/jbielick/ectify",
"author": "Josh Bielick <jbielick@gmail.com>",
"bugs": {
"url": "https://github.com/jbielick/ectify/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/jbielick/ectify.git"
},
"dependencies": {
"ect": "^0.5.9",
"ejs": "^2.3.1",
"through2": "^0.6.3"
},
"devDependencies": {
"coffee-script": "^1.9.1",
"concat-stream": "^1.4.6",
"tape": "^3.0.0"
},
"engines": {
"node": ">=0.10"
},
"scripts": {
"test": "./node_modules/tape/bin/tape test/*.js"
},
"main": "index.js",
"directories": {
"test": "test"
}
}