45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"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": "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-contrib-clean": "git://github.com/gruntjs/grunt-contrib-clean.git#15b40e46a6f60303ce72215d0808639dcedd31b8",
|
|
"grunt": "~0.4.0a"
|
|
},
|
|
"keywords": [
|
|
"gruntplugin"
|
|
]
|
|
}
|