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.",
|
2013-03-07 01:51:36 +08:00
|
|
|
"version": "0.5.0",
|
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"
|
|
|
|
}
|
|
|
|
],
|
2013-01-10 06:48:55 +08:00
|
|
|
"main": "Gruntfile.js",
|
2012-09-11 02:12:23 +08:00
|
|
|
"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": {
|
2013-01-01 04:06:55 +08:00
|
|
|
"lodash": "~1.0.0",
|
2013-01-11 05:08:29 +08:00
|
|
|
"grunt-lib-contrib": "~0.5.1"
|
2012-09-11 02:12:23 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2013-02-27 00:43:50 +08:00
|
|
|
"grunt-contrib-jshint": "~0.2.0",
|
2013-02-16 07:58:22 +08:00
|
|
|
"grunt-contrib-nodeunit": "~0.1.2",
|
|
|
|
"grunt-contrib-clean": "~0.4.0",
|
2013-02-18 21:56:56 +08:00
|
|
|
"grunt-contrib-internal": "~0.4.2",
|
|
|
|
"grunt": "~0.4.0"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2013-02-16 07:58:22 +08:00
|
|
|
"grunt": "~0.4.0"
|
2012-09-11 02:12:23 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"gruntplugin"
|
|
|
|
]
|
2012-09-11 19:56:17 +08:00
|
|
|
}
|