{ "name": "grunt-contrib-jst", "description": "Precompile Underscore templates to JST file.", "version": "0.3.1", "homepage": "https://github.com/gruntjs/grunt-contrib-jst", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/" }, "repository": { "type": "git", "url": "git://github.com/gruntjs/grunt-contrib-jst.git" }, "bugs": { "url": "https://github.com/gruntjs/grunt-contrib-jst/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/gruntjs/grunt-contrib-jst/blob/master/LICENSE-MIT" } ], "main": "grunt.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "./node_modules/.bin/grunt test" }, "dependencies": { "underscore": "~1.3.3", "grunt-lib-contrib": "~0.3.0" }, "devDependencies": { "grunt-contrib-jshint": "~0.1.0", "grunt-contrib-nodeunit": "~0.1.0", "grunt-contrib-internal": "~0.1.0", "grunt": "~0.4.0a", "grunt-cli": "~0.1.1" }, "keywords": [ "gruntplugin" ] }