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",
|
2013-07-15 10:21:01 +08:00
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "https://github.com/gruntjs/grunt-contrib-jst/blob/master/LICENSE-MIT"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"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
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2015-02-08 21:21:12 +08:00
|
|
|
"grunt": ">=0.4.0"
|
2013-07-15 10:21:01 +08:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"gruntplugin"
|
2013-12-16 02:17:44 +08:00
|
|
|
],
|
|
|
|
"files": [
|
2015-02-08 21:21:12 +08:00
|
|
|
"tasks"
|
2013-07-15 10:21:01 +08:00
|
|
|
]
|
2014-03-01 10:03:54 +08:00
|
|
|
}
|