UNPKG

grunt-js2html

Version:

Grunt Plugin for Convert Angular JS Templates to HTML Source.

45 lines (44 loc) 1.06 kB
{ "name": "grunt-js2html", "description": "Grunt Plugin for Convert Angular JS Templates to HTML Source.", "version": "0.1.4", "homepage": "https://github.com/sachindrasingh/grunt-js2html", "author": { "name": "Sachindra Singh", "email": "sachindra.singh462@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/sachindrasingh/grunt-js2html.git" }, "bugs": { "url": "https://github.com/sachindrasingh/grunt-js2html/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/sachindrasingh/grunt-js2html/blob/master/LICENSE-MIT" } ], "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "grunt": "~0.4.5", "grunt-contrib-clean": "^0.5.0", "grunt-contrib-jshint": "^0.9.2", "grunt-contrib-nodeunit": "^0.3.3" }, "keywords": [ "gruntplugin", "js2html", "grunt-js2html" ], "dependencies": { "npm": "^6.7.0", "pretty": "^2.0.0" } }