You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
grunt-contrib-jst/package.json

37 lines
759 B

11 years ago
{
"name": "grunt-contrib-jst",
10 years ago
"description": "Precompile Underscore templates to JST file",
9 years ago
"version": "1.0.0",
11 years ago
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
10 years ago
"repository": "gruntjs/grunt-contrib-jst",
"license": "MIT",
11 years ago
"engines": {
10 years ago
"node": ">=0.10.0"
11 years ago
},
"main": "tasks/jst.js",
11 years ago
"scripts": {
"test": "grunt test"
},
"dependencies": {
10 years ago
"chalk": "^1.0.0",
10 years ago
"lodash": "^2.4.1"
11 years ago
},
"devDependencies": {
"grunt": "^1.0.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-internal": "^1.1.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0"
11 years ago
},
"keywords": [
"gruntplugin"
],
"files": [
10 years ago
"tasks"
],
"appveyor_id": "mxt7687c8r7bn7ab"
}