grunt-contrib-jst/package.json

35 lines
728 B
JSON
Raw Normal View History

2013-07-15 10:21:01 +08:00
{
"name": "grunt-contrib-jst",
2015-02-08 21:21:12 +08:00
"description": "Precompile Underscore templates to JST file",
2014-07-12 01:17:51 +08:00
"version": "0.7.0-pre",
2013-07-15 10:21:01 +08:00
"author": {
"name": "Grunt Team",
"url": "http://gruntjs.com/"
},
2015-02-08 21:21:12 +08:00
"repository": "gruntjs/grunt-contrib-jst",
2015-05-29 06:01:36 +08:00
"license": "MIT",
2013-07-15 10:21:01 +08:00
"engines": {
2015-02-08 21:21:12 +08:00
"node": ">=0.10.0"
2013-07-15 10:21:01 +08:00
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
2015-02-24 21:52:20 +08:00
"chalk": "^1.0.0",
2015-02-08 21:21:12 +08:00
"lodash": "^2.4.1"
2013-07-15 10:21:01 +08:00
},
"devDependencies": {
2015-02-08 21:21:12 +08:00
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
2015-02-24 21:52:20 +08:00
"grunt-contrib-clean": "^0.6.0",
2015-02-08 21:21:12 +08:00
"grunt-contrib-internal": "^0.4.5",
2015-02-24 21:52:20 +08:00
"grunt-contrib-jshint": "^0.11.0",
2015-02-08 21:21:12 +08:00
"grunt-contrib-nodeunit": "^0.4.1"
2013-07-15 10:21:01 +08:00
},
"keywords": [
"gruntplugin"
],
"files": [
2015-02-08 21:21:12 +08:00
"tasks"
2013-07-15 10:21:01 +08:00
]
}