twig-compile
Version:
compile twigjs to AMD with dependencies
38 lines (37 loc) • 810 B
JSON
{
"name": "twig-compile",
"version": "0.2.4",
"description": "compile twigjs to AMD with dependencies",
"main": "twig-compile.js",
"scripts": {
"test": "env NODE_ENV=test ./node_modules/.bin/mocha -r should"
},
"repository": {
"type": "git",
"url": "https://github.com/tomfun/twig-compile.git"
},
"keywords": [
"twig",
"twigjs",
"compile",
"gulp",
"symfony"
],
"author": "tomfun",
"license": "MIT",
"bugs": {
"url": "https://github.com/tomfun/twig-compile/issues"
},
"dependencies": {
"through2": "^2.0.0",
"twig": "^0.9.5",
"gulp-util": "^3.0.7",
"lodash": "^4.13.1"
},
"devDependencies": {
"eslint": "^3.0.1",
"mocha": "^2.3.3",
"should": "^7.1.1"
},
"homepage": "https://github.com/tomfun/twig-compile"
}