Upgrade jshint

format
Kyle Robinson Young 11 years ago
parent ef494300fa
commit 8839411c2c

@ -9,6 +9,5 @@
"undef": true, "undef": true,
"boss": true, "boss": true,
"eqnull": true, "eqnull": true,
"node": true, "node": true
"es5": true
} }

@ -1,47 +1,47 @@
{ {
"name": "grunt-contrib-jst", "name": "grunt-contrib-jst",
"description": "Precompile Underscore templates to JST file.", "description": "Precompile Underscore templates to JST file.",
"version": "0.5.0", "version": "0.5.0",
"homepage": "https://github.com/gruntjs/grunt-contrib-jst", "homepage": "https://github.com/gruntjs/grunt-contrib-jst",
"author": { "author": {
"name": "Grunt Team", "name": "Grunt Team",
"url": "http://gruntjs.com/" "url": "http://gruntjs.com/"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "git://github.com/gruntjs/grunt-contrib-jst.git" "url": "git://github.com/gruntjs/grunt-contrib-jst.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/gruntjs/grunt-contrib-jst/issues" "url": "https://github.com/gruntjs/grunt-contrib-jst/issues"
}, },
"licenses": [ "licenses": [
{ {
"type": "MIT", "type": "MIT",
"url": "https://github.com/gruntjs/grunt-contrib-jst/blob/master/LICENSE-MIT" "url": "https://github.com/gruntjs/grunt-contrib-jst/blob/master/LICENSE-MIT"
} }
], ],
"main": "Gruntfile.js", "main": "Gruntfile.js",
"engines": { "engines": {
"node": ">= 0.8.0" "node": ">= 0.8.0"
}, },
"scripts": { "scripts": {
"test": "grunt test" "test": "grunt test"
}, },
"dependencies": { "dependencies": {
"lodash": "~1.0.0", "lodash": "~1.0.0",
"grunt-lib-contrib": "~0.5.1" "grunt-lib-contrib": "~0.5.1"
}, },
"devDependencies": { "devDependencies": {
"grunt-contrib-jshint": "~0.2.0", "grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.1.2", "grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-clean": "~0.4.0", "grunt-contrib-clean": "~0.4.0",
"grunt-contrib-internal": "~0.4.2", "grunt-contrib-internal": "~0.4.2",
"grunt": "~0.4.0" "grunt": "~0.4.0"
}, },
"peerDependencies": { "peerDependencies": {
"grunt": "~0.4.0" "grunt": "~0.4.0"
}, },
"keywords": [ "keywords": [
"gruntplugin" "gruntplugin"
] ]
} }

Loading…
Cancel
Save