grunt-contrib-jst/package.json
2012-09-11 06:56:17 -05:00

42 lines
943 B
JSON

{
"name": "grunt-contrib-jst",
"description": "Precompile Handlebars templates to JST file.",
"version": "0.2.1",
"homepage": "https://github.com/gruntjs/grunt-contrib-jst",
"author": {
"name": "Tim Branyen",
"url": "http://tbranyen.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": "*"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"underscore": "~1.3.3",
"grunt-contrib-lib": "~0.2.0"
},
"devDependencies": {
"grunt": "~0.3.15",
"grunt-contrib-clean": "~0.2.0"
},
"keywords": [
"gruntplugin"
]
}