grunt-contrib-jst/package.json

45 lines
1.0 KiB
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.",
2013-01-30 05:01:44 +08:00
"version": "0.4.1rc7",
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": "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": {
"test": "grunt test"
2012-09-11 02:12:23 +08:00
},
"dependencies": {
2013-01-01 04:06:55 +08:00
"lodash": "~1.0.0",
"grunt-lib-contrib": "~0.5.1"
2012-09-11 02:12:23 +08:00
},
"devDependencies": {
2013-01-24 00:48:42 +08:00
"grunt-contrib-jshint": "0.1.1rc6",
"grunt-contrib-nodeunit": "0.1.2rc6",
"grunt-contrib-clean": "0.4.0rc6",
"grunt-contrib-internal": "*",
2013-01-24 00:48:42 +08:00
"grunt": "0.4.0rc7"
2012-09-11 02:12:23 +08:00
},
"keywords": [
"gruntplugin"
]
2012-09-11 19:56:17 +08:00
}