50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "grunt-contrib-jst",
|
|
"description": "Precompile Underscore templates to JST file.",
|
|
"version": "0.5.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"
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "~1.0.0",
|
|
"grunt-lib-contrib": "~0.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"grunt-contrib-jshint": "~0.6.0",
|
|
"grunt-contrib-nodeunit": "~0.2.0",
|
|
"grunt-contrib-clean": "~0.4.1",
|
|
"grunt-contrib-internal": "~0.4.5",
|
|
"grunt": "~0.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"grunt": "~0.4.0"
|
|
},
|
|
"keywords": [
|
|
"gruntplugin"
|
|
],
|
|
"files": [
|
|
"tasks",
|
|
"LICENSE-MIT"
|
|
]
|
|
} |