UNPKG

grunt-html2js

Version:

Compiles AngularJS templates to JavaScript

56 lines (55 loc) 1.23 kB
{ "name": "grunt-html2js", "description": "Compiles AngularJS templates to JavaScript", "version": "0.9.0", "homepage": "https://github.com/rquadling/grunt-html2js", "author": { "name": "Karl Goldstein", "email": "karl.goldstein@gmail.com" }, "contributors": [ { "name": "Richard Quadling", "email": "RQuadling@GMail.com" } ], "repository": { "type": "git", "url": "https://github.com/rquadling/grunt-html2js.git" }, "bugs": { "url": "https://github.com/rquadling/grunt-html2js/issues" }, "license": "SEE LICENSE IN LICENSE-MIT", "main": "Gruntfile.js", "engines": { "node": ">= 0.10.0" }, "scripts": { "test": "grunt test" }, "devDependencies": { "grunt": "^1.5.3", "grunt-contrib-clean": "^2.0.1", "grunt-contrib-jshint": "^3.2.0", "grunt-contrib-nodeunit": "^4", "grunt-coveralls": "^2", "load-grunt-tasks": "^5", "minimist": "^1.2.7" }, "peerDependencies": { "grunt": ">=0.4.0" }, "optionalDependencies": { "pug": "^3" }, "keywords": [ "gruntplugin" ], "dependencies": { "chokidar": "^3.5.3", "grunt-cli": "^1.3.2", "html-minifier": "^4", "minimist": "^1.2.7" } }