UNPKG

gulp-ng-templates

Version:

Build all of your angular templates in just one js file using $templateCache provider

57 lines (56 loc) 1.47 kB
{ "name": "gulp-ng-templates", "version": "1.0.2", "description": "Build all of your angular templates in just one js file using $templateCache provider", "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "test": "npx sarg --require ts-node/register \"test/**/*.ts\"" }, "repository": { "type": "git", "url": "https://github.com/VictorQueiroz/gulp-ng-templates" }, "keywords": [ "gulpplugin", "gulp", "angular", "angularjs", "ng", "html2js", "templatecache" ], "author": { "name": "Victor Queiroz", "email": "victorcqueirozg@gmail.com", "twitter": "_victorqueiroz_" }, "license": "MIT", "bugs": { "url": "https://github.com/VictorQueiroz/gulp-ng-templates/issues" }, "homepage": "https://github.com/VictorQueiroz/gulp-ng-templates", "dependencies": { "event-stream": "3.3.4", "gulp": "^4.0.0", "gulp-concat": "^2.6.1", "gulp-footer": "^1.0.5", "gulp-header": "^2.0.7", "html-minifier": "^3.5.21", "js-string-escape": "^1.0.1", "lodash.template": "^4.4.0" }, "devDependencies": { "@types/event-stream": "^3.3.34", "@types/gulp-concat": "^0.0.32", "@types/html-minifier": "^3.5.2", "@types/lodash.template": "^4.4.4", "@types/node": "^10.12.15", "@types/vinyl": "^2.0.2", "sarg": "^2.0.11", "ts-node": "^7.0.1", "tslint": "^5.11.0", "typescript": "^3.2.2", "vinyl": "^2.2.0" } }