grunt-contrib-jst/package.json

37 lines
759 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",
2016-03-05 06:18:27 +08:00
"version": "1.0.0",
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
},
2016-01-30 11:21:39 +08:00
"main": "tasks/jst.js",
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": {
2016-04-06 11:35:13 +08:00
"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"
2013-07-15 10:21:01 +08:00
},
"keywords": [
"gruntplugin"
],
"files": [
2015-02-08 21:21:12 +08:00
"tasks"
2016-04-14 14:32:54 +08:00
],
"appveyor_id": "mxt7687c8r7bn7ab"
2016-01-30 11:21:39 +08:00
}