{ "name": "grunt-contrib-jst", "description": "Precompile Underscore templates to JST file", "version": "1.0.0", "author": { "name": "Grunt Team", "url": "http://gruntjs.com/" }, "repository": "gruntjs/grunt-contrib-jst", "license": "MIT", "engines": { "node": ">=0.10.0" }, "main": "tasks/jst.js", "scripts": { "test": "grunt test" }, "dependencies": { "chalk": "^1.0.0", "lodash": "^2.4.1" }, "devDependencies": { "grunt": "^1.0.0", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-internal": "^1.1.0", "grunt-contrib-jshint": "^1.0.0", "grunt-contrib-nodeunit": "^1.0.0" }, "keywords": [ "gruntplugin" ], "files": [ "tasks" ], "appveyor_id": "mxt7687c8r7bn7ab" }