flexy-to-twig
Version:
Converts X-Cart 5 Flexy templates to Twig
35 lines (34 loc) • 795 B
JSON
{
"name": "flexy-to-twig",
"version": "1.0.10",
"description": "Converts X-Cart 5 Flexy templates to Twig",
"main": "flexy-to-twig.js",
"bin": "flexy-to-twig-bin.js",
"dependencies": {
"underscore": "^1.8.3"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jison": "~1.2.0",
"gulp-insert": "*",
"gulp-rename": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eng1neer/flexy-to-twig.git"
},
"keywords": [
"flexy",
"twig",
"xcart"
],
"author": "Nikita Pchelintsev",
"license": "ISC",
"bugs": {
"url": "https://github.com/eng1neer/flexy-to-twig/issues"
},
"homepage": "https://github.com/eng1neer/flexy-to-twig#readme"
}