UNPKG

grunt-underscore-compiler

Version:

Compile underscore templates into JavaScript files.

50 lines (49 loc) 1.11 kB
{ "name": "grunt-underscore-compiler", "description": "Compile underscore templates into JavaScript files.", "version": "0.0.6", "homepage": "https://github.com/bubkoo/grunt-underscore-compiler", "author": { "name": "bubkoo", "email": "bubkoo@163.com", "url": "http://bubkoo.com/" }, "repository": { "type": "git", "url": "https://github.com/bubkoo/grunt-underscore-compiler.git" }, "bugs": { "url": "https://github.com/bubkoo/grunt-underscore-compiler/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/bubkoo/grunt-underscore-compiler/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" }, "peerDependencies": { "grunt": "~0.4.5" }, "keywords": [ "gruntplugin", "underscore", "_", "template", "complie" ], "dependencies": { "underscore": "^1.7.0" } }