UNPKG

gulp-html-to-json

Version:

Automatically generate angularjs file for templateCache. Converts html contents to json object. Compile html files and wrap it all in a single json file.

46 lines (45 loc) 1.18 kB
{ "name": "gulp-html-to-json", "version": "1.0.0", "description": "Automatically generate angularjs file for templateCache. Converts html contents to json object. Compile html files and wrap it all in a single json file. ", "homepage": "https://github.com/johnturingan/gulp-html-to-json", "repository": { "type": "git", "url": "git@github.com:johnturingan/gulp-html-to-json.git" }, "main": "index.js", "scripts": { "test": "jasmine" }, "keywords": [ "gulpplugin", "gulp html to json", "angularjs", "json", "templateCache", "group files", "html to templateCache, template overrides" ], "author": { "name": "John Turingan", "url": "http://scriptsandpixels.com" }, "license": "MIT", "devDependencies": { "fancy-log": "^1.3.2", "gulp": "gulpjs/gulp#4.0" }, "dependencies": { "ansi-colors": "^1.1.0", "event-stream": "^3.3.4", "front-matter": "^2.1.0", "glob": "^7.0.6", "marked": "^0.3.6", "plugin-error": "^1.0.1", "replace-ext": "^1.0.0" }, "readmeFilename": "README.md", "bugs": { "url": "https://github.com/johnturingan/gulp-html-to-json/issues" } }