UNPKG

template-tango

Version:

Tool for merging HTML templates between front and back end, making use of Beyond Compare folder comparison.

54 lines (53 loc) 1.4 kB
{ "name": "template-tango", "version": "1.0.8", "description": "Tool for merging HTML templates between front and back end, making use of Beyond Compare folder comparison.", "main": "dist/index.js", "scripts": { "typings": "typings install --save --global", "example-1": "node src/_example-1.js", "example-2": "node src/_example-2.js", "example-3": "node src/_example-3.js", "test": "gulp" }, "repository": { "type": "git", "url": "https://github.com/superelement/template-tango" }, "keywords": [ "compare", "merge", "html", "template", "gulpplugin" ], "author": "Jim Doyle", "license": "MIT", "bugs": { "url": "https://github.com/superelement/template-tango/issues" }, "homepage": "https://github.com/superelement/template-tango", "dependencies": { "chalk": "^1.1.3", "es6-promise": "^3.2.1", "fs-extra": "^0.30.0", "globby": "^6.0.0", "inquirer": "^1.1.2", "slash": "^1.0.0", "typescript-promises": "^0.1.3", "replace-ext": "0.0.1" }, "devDependencies": { "gulp": "^3.9.1", "gulp-flatten": "^0.3.0", "gulp-jasmine": "^2.3.0", "gulp-jshint": "~1.8.4", "gulp-plumber": "^1.1.0", "gulp-typescript": "^2.13.6", "gulp-watch": "^4.3.9", "jasmine": "2.4.1", "jshint-stylish": "~1.0.0", "run-sequence": "^1.2.2", "typings": "^1.3.2" } }