grunt-contrib-jst/package.json

42 lines
943 B
JSON
Raw Normal View History

2012-09-11 02:12:23 +08:00
{
"name": "grunt-contrib-jst",
2012-09-12 23:48:42 +08:00
"description": "Precompile Underscore templates to JST file.",
2012-09-24 12:54:14 +08:00
"version": "0.3.0",
2012-09-11 02:12:23 +08:00
"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",
2012-09-24 12:54:14 +08:00
"grunt-contrib-lib": "~0.3.0"
2012-09-11 02:12:23 +08:00
},
"devDependencies": {
"grunt": "~0.3.15",
2012-09-24 12:54:14 +08:00
"grunt-contrib-clean": "~0.3.0"
2012-09-11 02:12:23 +08:00
},
"keywords": [
"gruntplugin"
]
2012-09-11 19:56:17 +08:00
}