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-10-12 21:49:27 +08:00
|
|
|
"version": "0.3.1",
|
2012-09-11 02:12:23 +08:00
|
|
|
"homepage": "https://github.com/gruntjs/grunt-contrib-jst",
|
|
|
|
"author": {
|
2012-10-03 19:30:28 +08:00
|
|
|
"name": "Grunt Team",
|
|
|
|
"url": "http://gruntjs.com/"
|
2012-09-11 02:12:23 +08:00
|
|
|
},
|
|
|
|
"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": {
|
2012-10-19 03:28:46 +08:00
|
|
|
"node": ">= 0.8.0"
|
2012-09-11 02:12:23 +08:00
|
|
|
},
|
|
|
|
"scripts": {
|
2012-12-05 06:06:32 +08:00
|
|
|
"test": "grunt test"
|
2012-09-11 02:12:23 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"underscore": "~1.3.3",
|
2012-10-12 21:49:27 +08:00
|
|
|
"grunt-lib-contrib": "~0.3.0"
|
2012-09-11 02:12:23 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2012-11-20 04:58:07 +08:00
|
|
|
"grunt-contrib-jshint": "~0.1.0",
|
|
|
|
"grunt-contrib-nodeunit": "~0.1.0",
|
|
|
|
"grunt-contrib-internal": "~0.1.0",
|
2012-12-14 00:48:39 +08:00
|
|
|
"grunt-contrib-clean": "~0.4.0",
|
|
|
|
"grunt": "~0.4.0"
|
2012-09-11 02:12:23 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"gruntplugin"
|
|
|
|
]
|
2012-09-11 19:56:17 +08:00
|
|
|
}
|