grunt-contrib-jst/package.json

46 lines
1.2 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.",
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-11-20 04:58:07 +08:00
"test": "./node_modules/.bin/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",
"grunt-contrib-clean": "git://github.com/gruntjs/grunt-contrib-clean.git#15b40e46a6f60303ce72215d0808639dcedd31b8",
2012-11-20 04:58:07 +08:00
"grunt": "~0.4.0a",
"grunt-cli": "~0.1.1"
2012-09-11 02:12:23 +08:00
},
"keywords": [
"gruntplugin"
]
2012-09-11 19:56:17 +08:00
}